SdkExceptionBase 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 class for SDK specific exceptions.
public ref class SdkExceptionBase abstract : Exception
[System.Serializable]
public abstract class SdkExceptionBase : Exception
[<System.Serializable>]
type SdkExceptionBase = class
inherit Exception
Public MustInherit Class SdkExceptionBase
Inherits Exception
- Inheritance
-
SdkExceptionBase
- Attributes
Constructors
SdkExceptionBase(Exception) | |
SdkExceptionBase(SerializationInfo, StreamingContext) | |
SdkExceptionBase(String) | |
SdkExceptionBase(String, Exception) |