Accusoft.ThumbnailXpress6.Net
ThumbnailXpressException Constructor(String,Exception)




A string value which represents the error message.
A System.Exception which represents an inner exception.
Exception for ThumbnailXpress errors with a message and inner exception.
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 ThumbnailXpressException(message, innerException)
public ThumbnailXpressException( 
   string message,
   Exception innerException
)
public: ThumbnailXpressException( 
   string* message,
   Exception* innerException
)
public:
ThumbnailXpressException( 
   String^ message,
   Exception^ innerException
)

Parameters

message
A string value which represents the error message.
innerException
A System.Exception which represents an inner exception.
See Also

Reference

ThumbnailXpressException Class
ThumbnailXpressException Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback