DacServicesException Class

Definition

Exception thrown for DAC service errors.

[System.Serializable]
public sealed class DacServicesException : Exception
[<System.Serializable>]
type DacServicesException = class
    inherit Exception
Public NotInheritable Class DacServicesException
Inherits Exception
Inheritance
DacServicesException
Attributes

Constructors

DacServicesException()

Construct a new instance of the DacServicesException class.

DacServicesException(String)

Construct a new instance of the DacServicesException class with the specified error message.

DacServicesException(String, Exception)

Construct a new instance of the DacServicesException class with the specified error message and a reference to the inner exception that is the cause of this exception.

Properties

Messages

Get collection of additional error, warning, and informational messages associated with this exception.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Write exception information to the supplied SerializationInfo object.

Applies to