DacModelException Class

Definition

Exception throw from DAC model errors.

[System.Serializable]
public class DacModelException : Exception
[<System.Serializable>]
type DacModelException = class
    inherit Exception
Public Class DacModelException
Inherits Exception
Inheritance
DacModelException
Derived
Attributes

Constructors

DacModelException()

Construct a new instance of the DacModelException class.

DacModelException(SerializationInfo, StreamingContext)
DacModelException(String)

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

DacModelException(String, Exception)

Construct a new instance of the DacModelException 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