SdkServiceNotInitializedException 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.
Represents the exception that is thrown because the SDK service is not initialized or started.
public ref class SdkServiceNotInitializedException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Runtime.Serialization.KnownType(typeof(System.Net.Sockets.SocketException))]
[System.Runtime.Serialization.KnownType(typeof(System.ServiceModel.EndpointNotFoundException))]
[System.Serializable]
public class SdkServiceNotInitializedException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type SdkServiceNotInitializedException = class
inherit EnterpriseManagementException
Public Class SdkServiceNotInitializedException
Inherits EnterpriseManagementException
- Inheritance
- Attributes
Constructors
SdkServiceNotInitializedException() |
Initializes a new SdkServiceNotInitializedException object. |
SdkServiceNotInitializedException(Exception) |
Initializes a new SdkServiceNotInitializedException object by specifying an inner exception that caused the current exception. |
SdkServiceNotInitializedException(SerializationInfo, StreamingContext) |
Initializes a new SdkServiceNotInitializedException object with serialized data. |
SdkServiceNotInitializedException(String, Exception) |
Initializes a new SdkServiceNotInitializedException object by specifying the error message that describes the current exception and the inner exception that caused the current exception. |
SdkServiceNotInitializedException(String) |
Initializes a new SdkServiceNotInitializedException object by specifying the error message that describes the current exception. |