LicenseException 생성자

정의

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

오버로드

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)

Source:
LicenseException.cs
Source:
LicenseException.cs
Source:
LicenseException.cs

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

public:
 LicenseException(Type ^ type);
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입니다.

추가 정보

적용 대상

LicenseException(SerializationInfo, StreamingContext)

Source:
LicenseException.cs
Source:
LicenseException.cs
Source:
LicenseException.cs

주의

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

지정된 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);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
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
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
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

deserialization에 사용할 SerializationInfo입니다.

context
StreamingContext

deserialization에 사용할 대상입니다.

특성

적용 대상

LicenseException(Type, Object)

Source:
LicenseException.cs
Source:
LicenseException.cs
Source:
LicenseException.cs

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

public:
 LicenseException(Type ^ type, System::Object ^ instance);
public LicenseException (Type type, 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입니다.

instance
Object

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

추가 정보

적용 대상

LicenseException(Type, Object, String)

Source:
LicenseException.cs
Source:
LicenseException.cs
Source:
LicenseException.cs

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

public:
 LicenseException(Type ^ type, System::Object ^ instance, System::String ^ message);
public LicenseException (Type type, object instance, 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입니다.

instance
Object

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

message
String

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

추가 정보

적용 대상

LicenseException(Type, Object, String, Exception)

Source:
LicenseException.cs
Source:
LicenseException.cs
Source:
LicenseException.cs

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

public:
 LicenseException(Type ^ type, System::Object ^ instance, System::String ^ message, Exception ^ innerException);
public LicenseException (Type type, object instance, 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입니다.

instance
Object

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

message
String

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

innerException
Exception

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

추가 정보

적용 대상