C# Класс NSoft.NFramework.Licensing.LicenseFileNotFoundException

Наследование: LicensingException
Показать файл Открыть проект

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

Метод Описание
LicenseFileNotFoundException ( ) : System
LicenseFileNotFoundException ( SerializationInfo info, StreamingContext context ) : System
LicenseFileNotFoundException ( string message ) : System
LicenseFileNotFoundException ( string message, Exception inner ) : System

Описание методов

LicenseFileNotFoundException() публичный Метод

public LicenseFileNotFoundException ( ) : System
Результат System

LicenseFileNotFoundException() публичный Метод

public LicenseFileNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

LicenseFileNotFoundException() публичный Метод

public LicenseFileNotFoundException ( string message ) : System
message string
Результат System

LicenseFileNotFoundException() публичный Метод

public LicenseFileNotFoundException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System