NetworkException
NetworkException constructor (1 of 3)
Initializes a new instance of the NetworkException
class.
public NetworkException()
See Also
- class NetworkException
- namespace Aspose.Email.Clients
- assembly Aspose.Email
NetworkException constructor (2 of 3)
Initializes a new instance of the NetworkException
class.
public NetworkException(string message)
Parameter | Type | Description |
---|---|---|
message | String | The error message. |
See Also
- class NetworkException
- namespace Aspose.Email.Clients
- assembly Aspose.Email
NetworkException constructor (3 of 3)
Initializes a new instance of the NetworkException
class.
public NetworkException(string message, Exception inner)
Parameter | Type | Description |
---|---|---|
message | String | The error message. |
inner | Exception | The inner exception. |
See Also
- class NetworkException
- namespace Aspose.Email.Clients
- assembly Aspose.Email