C# Class NSoft.NFramework.Licensing.LicensingException

Inheritance: System.ApplicationException
Afficher le fichier Open project: debop/NFramework

Méthodes protégées

Méthode Description
LicensingException ( ) : System
LicensingException ( SerializationInfo info, StreamingContext context ) : System
LicensingException ( string message ) : System
LicensingException ( string message, Exception inner ) : System

Method Details

LicensingException() protected méthode

protected LicensingException ( ) : System
Résultat System

LicensingException() protected méthode

protected LicensingException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

LicensingException() protected méthode

protected LicensingException ( string message ) : System
message string
Résultat System

LicensingException() protected méthode

protected LicensingException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System