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

Name Description
DacModelException()

Construct a new instance of the DacModelException class.

DacModelException(SerializationInfo, StreamingContext)
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.

DacModelException(String)

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

Properties

Name Description
Messages

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

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Write exception information to the supplied SerializationInfo object.

Applies to