ReaderException Class

Definition

Represents the exception that is thrown when a reader object encounters an error.

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

Constructors

ReaderException()

Initializes a new instance of the ReaderException class.

ReaderException(Exception)

Initializes a new instance of the ReaderException class using a reference to the inner exception that is the cause of this exception.

ReaderException(SerializationInfo, StreamingContext)

Initializes a new instance of the ReaderException class using serialized data.

ReaderException(String)

Initializes a new instance of the ReaderException class using the specified error message.

ReaderException(String, Exception)

Initializes a new instance of the ReaderException class using the specified message and a reference to the inner exception that is the cause of this exception.

Applies to