C# Класс System.ComponentModel.LicenseException

Наследование: System.SystemException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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