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




A string value which represents the error message.
An inner exception that further describes the error.
Exception 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 InvalidParameterException(message, innerException)
public InvalidParameterException( 
   string message,
   Exception innerException
)
public: InvalidParameterException( 
   string* message,
   Exception* innerException
)
public:
InvalidParameterException( 
   String^ message,
   Exception^ innerException
)

Parameters

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

Reference

InvalidParameterException Class
InvalidParameterException Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback