ServiceNotStartedException 생성자

정의

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

오버로드

Name Description
ServiceNotStartedException()

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

ServiceNotStartedException(String)

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

ServiceNotStartedException(SerializationInfo, StreamingContext)

직렬화된 데이터를 사용하여 클래스의 인스턴스를 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)

직렬화된 데이터를 사용하여 클래스의 인스턴스를 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

SerializationInfo throw되는 예외에 대한 직렬화된 개체 데이터를 포함하는 개체입니다.

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

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

적용 대상