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




A string value which represents the error message.
An inner exception.
Exception which allows passing in an error message and an inner exception when there are error level issues.
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 InvalidErrorLevelException(message, innerException)
public InvalidErrorLevelException( 
   string message,
   Exception innerException
)
public: InvalidErrorLevelException( 
   string* message,
   Exception* innerException
)
public:
InvalidErrorLevelException( 
   String^ message,
   Exception^ innerException
)

Parameters

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

Reference

InvalidErrorLevelException Class
InvalidErrorLevelException Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback