Sharpen.UnsupportedCharsetException.UnsupportedCharsetException C# (CSharp) Méthode

UnsupportedCharsetException() public méthode

public UnsupportedCharsetException ( string msg ) : System
msg string
Résultat System
        public UnsupportedCharsetException(string msg)
            : base(msg)
        {
        }
UnsupportedCharsetException