'Declaration
Protected 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 SmartZoneException(message, innerException)
protected SmartZoneException(
System.string message,
System.Exception innerException
)
protected SmartZoneException(
message: System.String;
innerException: System.Exception
);
protected function SmartZoneException(
message : System.String,
innerException : System.Exception
);
protected: SmartZoneException(
System.string* message,
System.Exception* innerException
)
protected:
SmartZoneException(
System.String^ message,
System.Exception^ innerException
)