Share via


DeserializationException Class

Definition

Represents the exception that is thrown when type information could not be found when reconnecting to a Management Group.

public ref class DeserializationException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class DeserializationException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type DeserializationException = class
    inherit EnterpriseManagementException
Public Class DeserializationException
Inherits EnterpriseManagementException
Inheritance
Attributes

Constructors

DeserializationException()

Initializes a new DeserializationException object.

DeserializationException(Exception)

Initializes a new DeserializationException object by specifying an inner exception that caused the current exception.

DeserializationException(SerializationInfo, StreamingContext)

Initializes a new DeserializationException object with serialized data.

DeserializationException(String)

Initializes a new DeserializationException object by specifying the error message that describes the current exception.

DeserializationException(String, Exception)

Initializes a new DeserializationException object with an error message and inner exception.

Applies to