Thrown if there is a network connection failure. More...
Inherits Details_Exception.
Protected Member Functions | |
void | DoThrow (const System::ExceptionPtr &self) const override |
Details_NetworkException () | |
Initializes a new instance of the NetworkException class. More... | |
MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_NetworkException, CODEPORTING_ARGS()) | |
Details_NetworkException (System::String message) | |
Initializes a new instance of the NetworkException class. More... | |
MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_NetworkException, CODEPORTING_ARGS(System::String message)) | |
Details_NetworkException (System::SharedPtr< System::Runtime::Serialization::SerializationInfo > info, System::Runtime::Serialization::StreamingContext context) | |
Initializes a new instance of the NetworkException class. More... | |
MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_NetworkException, CODEPORTING_ARGS(System::SharedPtr< System::Runtime::Serialization::SerializationInfo > info, System::Runtime::Serialization::StreamingContext context)) | |
Details_NetworkException (System::String message, System::Exception inner) | |
Initializes a new instance of the NetworkException class. More... | |
MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_NetworkException, CODEPORTING_ARGS(System::String message, System::Exception inner)) | |
Thrown if there is a network connection failure.
|
protected |
Initializes a new instance of the NetworkException class.
|
protected |
Initializes a new instance of the NetworkException class.
message | The error message. |
|
protected |
Initializes a new instance of the NetworkException class.
info | The T:System::Runtime::Serialization::SerializationInfo that holds the serialized object data about the exception being thrown. |
context | The T:System::Runtime::Serialization::StreamingContext that contains contextual information about the source or destination. |
T:System::ArgumentNullException | The info parameter is null. |
T:System::Runtime::Serialization::SerializationException | The class name is null or P:System::Exception::HResult is zero (0). |
|
protected |
Initializes a new instance of the NetworkException class.
message | The error message. |
inner | The inner exception. |
|
overrideprotected |
|
protected |
|
protected |
|
protected |
|
protected |