EyeshotException(String) Constructor

Initializes a new instance of the Exception class with a specified error message.
Public Sub New( _ 
ByVal message As String
)
This language is not supported or no code example is available.
public EyeshotException( 
string message 
)
This language is not supported or no code example is available.

Parameters

message
string

The error message that explains the reason for the exception.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition