LicenseException 생성자

정의

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

오버로드

Name Description
LicenseException(Type)

라이선스가 거부된 구성 요소 유형에 대한 LicenseException 클래스의 새 인스턴스를 초기화합니다.

LicenseException(SerializationInfo, StreamingContext)

지정된 LicenseExceptionSerializationInfo사용하여 StreamingContext 클래스의 새 인스턴스를 초기화합니다.

LicenseException(Type, Object)

라이선스가 거부된 구성 요소의 형식 및 인스턴스에 대한 LicenseException 클래스의 새 인스턴스를 초기화합니다.

LicenseException(Type, Object, String)

표시할 메시지와 함께 라이선스가 거부된 구성 요소의 인스턴스 및 형식에 대한 LicenseException 클래스의 새 인스턴스를 초기화합니다.

LicenseException(Type, Object, String, Exception)

표시할 메시지 및 throw된 원래 예외와 함께 라이선스가 거부된 구성 요소의 형식 및 구성 요소 인스턴스에 대한 LicenseException 클래스의 새 인스턴스를 초기화합니다.

LicenseException(Type)

라이선스가 거부된 구성 요소 유형에 대한 LicenseException 클래스의 새 인스턴스를 초기화합니다.

public:
 LicenseException(Type ^ type);
public LicenseException(Type type);
new System.ComponentModel.LicenseException : Type -> System.ComponentModel.LicenseException
Public Sub New (type As Type)

매개 변수

type
Type

Type 라이선스가 부여되지 않은 구성 요소의 유형을 나타내는 A입니다.

추가 정보

적용 대상

LicenseException(SerializationInfo, StreamingContext)

지정된 LicenseExceptionSerializationInfo사용하여 StreamingContext 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

info
SerializationInfo

SerializationInfo 역직렬화에 사용할 개체입니다.

context
StreamingContext

역직렬화에 사용할 대상입니다.

적용 대상

LicenseException(Type, Object)

라이선스가 거부된 구성 요소의 형식 및 인스턴스에 대한 LicenseException 클래스의 새 인스턴스를 초기화합니다.

public:
 LicenseException(Type ^ type, System::Object ^ instance);
public LicenseException(Type type, object instance);
new System.ComponentModel.LicenseException : Type * obj -> System.ComponentModel.LicenseException
Public Sub New (type As Type, instance As Object)

매개 변수

type
Type

Type 라이선스가 부여되지 않은 구성 요소의 유형을 나타내는 A입니다.

instance
Object

라이선스가 부여되지 않은 구성 요소의 인스턴스입니다.

추가 정보

적용 대상

LicenseException(Type, Object, String)

표시할 메시지와 함께 라이선스가 거부된 구성 요소의 인스턴스 및 형식에 대한 LicenseException 클래스의 새 인스턴스를 초기화합니다.

public:
 LicenseException(Type ^ type, System::Object ^ instance, System::String ^ message);
public LicenseException(Type type, object instance, string message);
new System.ComponentModel.LicenseException : Type * obj * string -> System.ComponentModel.LicenseException
Public Sub New (type As Type, instance As Object, message As String)

매개 변수

type
Type

Type 라이선스가 부여되지 않은 구성 요소의 유형을 나타내는 A입니다.

instance
Object

라이선스가 부여되지 않은 구성 요소의 인스턴스입니다.

message
String

표시할 예외 메시지입니다.

추가 정보

적용 대상

LicenseException(Type, Object, String, Exception)

표시할 메시지 및 throw된 원래 예외와 함께 라이선스가 거부된 구성 요소의 형식 및 구성 요소 인스턴스에 대한 LicenseException 클래스의 새 인스턴스를 초기화합니다.

public:
 LicenseException(Type ^ type, System::Object ^ instance, System::String ^ message, Exception ^ innerException);
public LicenseException(Type type, object instance, string message, Exception innerException);
new System.ComponentModel.LicenseException : Type * obj * string * Exception -> System.ComponentModel.LicenseException
Public Sub New (type As Type, instance As Object, message As String, innerException As Exception)

매개 변수

type
Type

Type 라이선스가 부여되지 않은 구성 요소의 유형을 나타내는 A입니다.

instance
Object

라이선스가 부여되지 않은 구성 요소의 인스턴스입니다.

message
String

표시할 예외 메시지입니다.

innerException
Exception

Exception 원래 예외를 나타내는 값입니다.

추가 정보

적용 대상