Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As SdkServiceNotInitializedException |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ <KnownTypeAttribute(GetType(SocketException))> _ <KnownTypeAttribute(GetType(EndpointNotFoundException))> _ Public Class SdkServiceNotInitializedException Inherits EnterpriseManagementException |
C# |
---|
[SerializableAttribute] [KnownTypeAttribute(typeof(SocketException))] [KnownTypeAttribute(typeof(EndpointNotFoundException))] public class SdkServiceNotInitializedException : EnterpriseManagementException |
C++ |
---|
[SerializableAttribute] [KnownTypeAttribute(typeof(SocketException))] [KnownTypeAttribute(typeof(EndpointNotFoundException))] public ref class SdkServiceNotInitializedException : public EnterpriseManagementException |
J# |
---|
/** @attribute SerializableAttribute() */ /** @attribute KnownTypeAttribute(System.Net.Sockets.SocketException) */ /** @attribute KnownTypeAttribute(System.ServiceModel.EndpointNotFoundException) */ public class SdkServiceNotInitializedException extends EnterpriseManagementException |
JScript |
---|
SerializableAttribute KnownTypeAttribute(System.Net.Sockets.SocketException) KnownTypeAttribute(System.ServiceModel.EndpointNotFoundException) public class SdkServiceNotInitializedException extends EnterpriseManagementException |
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.EnterpriseManagement.Common.MonitoringException
Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
Microsoft.EnterpriseManagement.Common.SdkServiceNotInitializedException
System.Exception
Microsoft.EnterpriseManagement.Common.MonitoringException
Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
Microsoft.EnterpriseManagement.Common.SdkServiceNotInitializedException
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.