ServiceNotStartedException 생성자

정의

ServiceNotStartedException 클래스의 인스턴스를 초기화합니다.

오버로드

ServiceNotStartedException()

ServiceNotStartedException 클래스의 인스턴스를 초기화합니다.

ServiceNotStartedException(String)

지정된 오류 메시지를 사용하여 ServiceNotStartedException 클래스의 인스턴스를 초기화합니다.

ServiceNotStartedException(SerializationInfo, StreamingContext)

serialize된 데이터를 사용하여 ServiceNotStartedException 클래스의 인스턴스를 초기화합니다.

ServiceNotStartedException(String, Exception)

지정된 오류 메시지와 이 예외의 원인인 내부 예외에 대한 참조를 사용하여 ServiceNotStartedException 클래스의 인스턴스를 초기화합니다.

ServiceNotStartedException()

ServiceNotStartedException 클래스의 인스턴스를 초기화합니다.

public:
 ServiceNotStartedException();
public ServiceNotStartedException ();
Public Sub New ()

적용 대상

ServiceNotStartedException(String)

지정된 오류 메시지를 사용하여 ServiceNotStartedException 클래스의 인스턴스를 초기화합니다.

public:
 ServiceNotStartedException(System::String ^ message);
public ServiceNotStartedException (string message);
new System.IdentityModel.Selectors.ServiceNotStartedException : string -> System.IdentityModel.Selectors.ServiceNotStartedException
Public Sub New (message As String)

매개 변수

message
String

오류를 설명하는 메시지입니다.

적용 대상

ServiceNotStartedException(SerializationInfo, StreamingContext)

serialize된 데이터를 사용하여 ServiceNotStartedException 클래스의 인스턴스를 초기화합니다.

protected:
 ServiceNotStartedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ServiceNotStartedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.IdentityModel.Selectors.ServiceNotStartedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.IdentityModel.Selectors.ServiceNotStartedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

throw되는 예외에 대해 serialize된 개체 데이터를 포함하는 SerializationInfo 개체입니다.

context
StreamingContext

원본 또는 대상에 대한 컨텍스트 정보를 포함하는 StreamingContext 개체입니다.

적용 대상

ServiceNotStartedException(String, Exception)

지정된 오류 메시지와 이 예외의 원인인 내부 예외에 대한 참조를 사용하여 ServiceNotStartedException 클래스의 인스턴스를 초기화합니다.

public:
 ServiceNotStartedException(System::String ^ message, Exception ^ innerException);
public ServiceNotStartedException (string message, Exception innerException);
new System.IdentityModel.Selectors.ServiceNotStartedException : string * Exception -> System.IdentityModel.Selectors.ServiceNotStartedException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String

오류를 설명하는 메시지입니다.

innerException
Exception

현재 예외의 원인인 예외입니다.

적용 대상