Creates new ServerException object with specified message.
Namespace:
Lesnikowski.ClientAssembly: Mail (in Mail.dll) Version: 3.0.10208.1049
Syntax
| C# |
|---|
public ServerException( string message, Exception innerException ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ message As String, _ innerException As Exception _ ) |
| Visual C++ |
|---|
public: ServerException( String^ message, Exception^ innerException ) |
Parameters
- message
- Type: System..::.String
[Missing <param name="message"/> documentation for "M:Lesnikowski.Client.ServerException.#ctor(System.String,System.Exception)"]
- innerException
- Type: System..::.Exception
[Missing <param name="innerException"/> documentation for "M:Lesnikowski.Client.ServerException.#ctor(System.String,System.Exception)"]