Share via


SdkServiceNotInitializedException Class

Definition

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
SdkServiceNotInitializedException
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)

Initializes a new SdkServiceNotInitializedException object by specifying the error message that describes the current exception.

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.

Applies to