Accusoft.ISISXpress7.Net
InvalidSchemaException Constructor(String,Exception)




A string value which represents the error message.
The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.
An InvalidSchemaException which allows passing in an error message and an 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 InvalidSchemaException(message, innerException)
public InvalidSchemaException( 
   string message,
   Exception innerException
)
public: InvalidSchemaException( 
   string* message,
   Exception* innerException
)
public:
InvalidSchemaException( 
   String^ message,
   Exception^ innerException
)

Parameters

message
A string value which represents the error message.
innerException
The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.
See Also

Reference

InvalidSchemaException Class
InvalidSchemaException Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback