C# Class NSoft.NFramework.Licensing.LicenseNotFoundException

라이선스를 찾을 수 없을 때 발생하는 예외.
Inheritance: LicensingException
Show file Open project: debop/NFramework

Public Methods

Method Description
LicenseNotFoundException ( ) : System
LicenseNotFoundException ( SerializationInfo info, StreamingContext context ) : System
LicenseNotFoundException ( string message ) : System
LicenseNotFoundException ( string message, Exception inner ) : System

Method Details

LicenseNotFoundException() public method

public LicenseNotFoundException ( ) : System
return System

LicenseNotFoundException() public method

public LicenseNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

LicenseNotFoundException() public method

public LicenseNotFoundException ( string message ) : System
message string
return System

LicenseNotFoundException() public method

public LicenseNotFoundException ( string message, Exception inner ) : System
message string
inner System.Exception
return System