Accusoft.ISISXpress7.Net
InvalidSettingException 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 InvalidSettingException 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 InvalidSettingException(message, innerException)
public InvalidSettingException( 
   string message,
   Exception innerException
)
public: InvalidSettingException( 
   string* message,
   Exception* innerException
)
public:
InvalidSettingException( 
   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

InvalidSettingException Class
InvalidSettingException Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback