RegisteredServerException Class

Definition

The RegisteredServerException class represents the exception raised when an error occurs during server registration.

public ref class RegisteredServerException : ApplicationException
[System.Serializable]
public class RegisteredServerException : ApplicationException
[<System.Serializable>]
type RegisteredServerException = class
    inherit ApplicationException
Public Class RegisteredServerException
Inherits ApplicationException
Inheritance
RegisteredServerException
Attributes

Remarks

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Constructors

RegisteredServerException()

Initializes a new instance of the RegisteredServerException class.

RegisteredServerException(SerializationInfo, StreamingContext)

Initializes a new instance of the RegisteredServerException class with the specified message and specified inner exception.

RegisteredServerException(String)

Initializes a new instance of the RegisteredServerException class with the specified message.

RegisteredServerException(String, Exception)

Initializes a new instance of the RegisteredServerException class with the specified message and specified inner exception.

Applies to