DacModelException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, 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
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. |