DacServicesException 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 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, 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. |
DacServicesException(String) |
Construct a new instance of the DacServicesException 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. |