Method | Description | |
---|---|---|
MiteError ( string message ) : System.Diagnostics |
Initializes a new instance of the MiteError class.
|
|
MiteError ( string message, string property ) : System.Diagnostics | ||
ToString ( ) : string |
Returns a T:System.String that contains the error message.
|
public MiteError ( string message ) : System.Diagnostics | ||
message | string | The message. |
return | System.Diagnostics |
public MiteError ( string message, string property ) : System.Diagnostics | ||
message | string | |
property | string | |
return | System.Diagnostics |