ServerDisconnectedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when the client has been disconnected from the server.
public ref class ServerDisconnectedException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class ServerDisconnectedException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type ServerDisconnectedException = class
inherit EnterpriseManagementException
Public Class ServerDisconnectedException
Inherits EnterpriseManagementException
- Inheritance
- Attributes
Constructors
ServerDisconnectedException() |
Initializes a new instance of the ServerDisconnectedException class with default values. |
ServerDisconnectedException(Exception) |
Initializes a new instance of the ServerDisconnectedException class by using the supplied exception as the inner exception that caused the current exception. |
ServerDisconnectedException(SerializationInfo, StreamingContext) |
Initializes a new instance of the ServerDisconnectedException class with serialized data. |
ServerDisconnectedException(String, Exception) |
Initializes a new instance of the ServerDisconnectedException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
ServerDisconnectedException(String) |
Initializes a new instance of the ServerDisconnectedException class with a specified error message. |