Accusoft.PdfXpress7.Net
OperationStoppedException Constructor(String,Exception)




A string value which represents the error message.
An inner exception about the stopped operation.
Constructor which allows passing in an error message and an inner exception about the stopped operation.
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 OperationStoppedException(message, innerException)
public OperationStoppedException( 
   string message,
   Exception innerException
)
public: OperationStoppedException( 
   string* message,
   Exception* innerException
)
public:
OperationStoppedException( 
   String^ message,
   Exception^ innerException
)

Parameters

message
A string value which represents the error message.
innerException
An inner exception about the stopped operation.
See Also

Reference

OperationStoppedException Class
OperationStoppedException Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback