C# Class NSoft.NFramework.Licensing.LicenseExpiredException

Inheritance: LicensingException
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

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

Method Details

LicenseExpiredException() public méthode

public LicenseExpiredException ( ) : System
Résultat System

LicenseExpiredException() public méthode

public LicenseExpiredException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

LicenseExpiredException() public méthode

public LicenseExpiredException ( string message ) : System
message string
Résultat System

LicenseExpiredException() public méthode

public LicenseExpiredException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System