'Declaration
Public Function New( _
ByVal message As System.String, _
ByVal innerException As System.Exception _
)
'Usage
Dim message As System.String
Dim innerException As System.Exception
Dim instance As New InvalidRegularExpressionException(message, innerException)
public InvalidRegularExpressionException(
System.string message,
System.Exception innerException
)
public InvalidRegularExpressionException(
message: System.String;
innerException: System.Exception
);
public function InvalidRegularExpressionException(
message : System.String,
innerException : System.Exception
);
public: InvalidRegularExpressionException(
System.string* message,
System.Exception* innerException
)
public:
InvalidRegularExpressionException(
System.String^ message,
System.Exception^ innerException
)