C# Class NSoft.NFramework.Licensing.LicensingException

Inheritance: System.ApplicationException
显示文件 Open project: debop/NFramework

Protected Methods

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

Method Details

LicensingException() protected method

protected LicensingException ( ) : System
return System

LicensingException() protected method

protected LicensingException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

LicensingException() protected method

protected LicensingException ( string message ) : System
message string
return System

LicensingException() protected method

protected LicensingException ( string message, Exception inner ) : System
message string
inner System.Exception
return System