DkmException 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.
Base exception class for all exceptions within this API.
public ref class DkmException : ApplicationException
[System.Diagnostics.DebuggerDisplay("\{DkmException Code={Code,h}\}")]
[System.Serializable]
public class DkmException : ApplicationException
[<System.Diagnostics.DebuggerDisplay("\{DkmException Code={Code,h}\}")>]
[<System.Serializable>]
type DkmException = class
inherit ApplicationException
Public Class DkmException
Inherits ApplicationException
- Inheritance
-
DkmException
- Attributes
Constructors
DkmException(DkmExceptionCode) |
Create a new exception instance. To enable native-interop scenarios, this exception system is error code based, so there is no excepion string. |
DkmException(SerializationInfo, StreamingContext) |
Properties
Code |
Provides the DkmExcepionCode for this exception |