Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SdkExceptionBase Class
Definition
- Namespace:
- Microsoft.Xrm.Sdk
- Assembly:
- Microsoft.Xrm.Sdk.dll
- Package:
- Microsoft.PowerPlatform.Dataverse.Client v1.2.10
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
| Name | Description |
|---|---|
| SdkExceptionBase(Exception) | |
| SdkExceptionBase(SerializationInfo, StreamingContext) | |
| SdkExceptionBase(String, Exception) | |
| SdkExceptionBase(String) | |
