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




A string value which represents the error message.
An inner exception which further describes the error.
Exception which allows passing in an error message and inner exceptions when saving a file on one layer errors.
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 SaveFileOneLayerException(message, innerException)
public SaveFileOneLayerException( 
   string message,
   Exception innerException
)
public: SaveFileOneLayerException( 
   string* message,
   Exception* innerException
)
public:
SaveFileOneLayerException( 
   String^ message,
   Exception^ innerException
)

Parameters

message
A string value which represents the error message.
innerException
An inner exception which further describes the error.
See Also

Reference

SaveFileOneLayerException Class
SaveFileOneLayerException Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback