ServerManagerException 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 server manager is unable to perform a requested operation.
public ref class ServerManagerException sealed : Exception
[System.Serializable]
public sealed class ServerManagerException : Exception
type ServerManagerException = class
inherit Exception
interface ISerializable
Public NotInheritable Class ServerManagerException
Inherits Exception
- Inheritance
-
ServerManagerException
- Attributes
- Implements
Constructors
ServerManagerException() |
Initializes a new instance of the ServerManagerException class. |
ServerManagerException(String, Exception, Int32) |
Initializes a new instance of the ServerManagerException class that uses the specified error message, a reference to the inner exception that is the cause of this exception, and the specified error code. |
ServerManagerException(String, Exception) |
Initializes a new instance of the ServerManagerException class that uses the specified error message and a reference to the inner exception that is the cause of this exception. |
ServerManagerException(String, Int32) |
Initializes a new instance of the ServerManagerException class that uses the specified error message and error code. |
ServerManagerException(String) |
Initializes a new instance of the ServerManagerException class that uses the specified error message. |
Properties
ErrorCode |
Gets the error code that indicates the cause of the exception. |
Methods
ToString() |
Creates and returns a string representation of the current exception. |
Explicit Interface Implementations
ISerializable.GetObjectData(SerializationInfo, StreamingContext) |
Returns the SerializationInfo object that has information about the exception |