C# Class NSoft.NFramework.Licensing.LicenseFileNotFoundException

Inheritance: LicensingException
显示文件 Open project: debop/NFramework

Public Methods

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

Method Details

LicenseFileNotFoundException() public method

public LicenseFileNotFoundException ( ) : System
return System

LicenseFileNotFoundException() public method

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

LicenseFileNotFoundException() public method

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

LicenseFileNotFoundException() public method

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