'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 AsyncException(message, innerException)
public AsyncException( System.string message, System.Exception innerException )
public AsyncException( message: System.String; innerException: System.Exception );
public function AsyncException( message : System.String, innerException : System.Exception );
public: AsyncException( System.string* message, System.Exception* innerException )
public: AsyncException( System.String^ message, System.Exception^ innerException )
Parameters
- message
- innerException