C# 클래스 System.ComponentModel.LicenseException

상속: System.SystemException
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
LicenseException ( Type type ) : Microsoft.Win32

Initializes a new instance of the class for the specified type.

LicenseException ( Type type, object instance ) : Microsoft.Win32

Initializes a new instance of the class for the specified type and instance.

LicenseException ( Type type, object instance, string message ) : Microsoft.Win32

Initializes a new instance of the class for the specified type and instance with the specified message.

LicenseException ( Type type, object instance, string message, Exception innerException ) : Microsoft.Win32

Initializes a new instance of the class for the specified innerException, type and instance with the specified message.

보호된 메소드들

메소드 설명
LicenseException ( SerializationInfo info, StreamingContext context ) : Microsoft.Win32

Need this constructor since Exception implements ISerializable.

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

LicenseException() 보호된 메소드

Need this constructor since Exception implements ISerializable.
protected LicenseException ( SerializationInfo info, StreamingContext context ) : Microsoft.Win32
info SerializationInfo
context StreamingContext
리턴 Microsoft.Win32

LicenseException() 공개 메소드

Initializes a new instance of the class for the specified type.

public LicenseException ( Type type ) : Microsoft.Win32
type System.Type
리턴 Microsoft.Win32

LicenseException() 공개 메소드

Initializes a new instance of the class for the specified type and instance.

public LicenseException ( Type type, object instance ) : Microsoft.Win32
type System.Type
instance object
리턴 Microsoft.Win32

LicenseException() 공개 메소드

Initializes a new instance of the class for the specified type and instance with the specified message.

public LicenseException ( Type type, object instance, string message ) : Microsoft.Win32
type System.Type
instance object
message string
리턴 Microsoft.Win32

LicenseException() 공개 메소드

Initializes a new instance of the class for the specified innerException, type and instance with the specified message.

public LicenseException ( Type type, object instance, string message, Exception innerException ) : Microsoft.Win32
type System.Type
instance object
message string
innerException System.Exception
리턴 Microsoft.Win32