ServiceStack.LicenseException.LicenseException C# (CSharp) Méthode

LicenseException() public méthode

public LicenseException ( string message ) : System
message string
Résultat System
        public LicenseException(string message) : base(message) { }
    }
LicenseException