Accusoft.NotateXpress13.Net
UnableToCreateStorageException Constructor(String,Exception)




A string which represents the message.
An inner exception.
Exception which allows passing in a message and inner exception when there are errors creating storage.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
'Usage
 
Dim message As String
Dim innerException As Exception
 
Dim instance As New UnableToCreateStorageException(message, innerException)
public UnableToCreateStorageException( 
   string message,
   Exception innerException
)
public: UnableToCreateStorageException( 
   string* message,
   Exception* innerException
)
public:
UnableToCreateStorageException( 
   String^ message,
   Exception^ innerException
)

Parameters

message
A string which represents the message.
innerException
An inner exception.
See Also

Reference

UnableToCreateStorageException Class
UnableToCreateStorageException Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback