Sharpen.UnsupportedCharsetException.UnsupportedCharsetException C# (CSharp) Метод

UnsupportedCharsetException() публичный Метод

public UnsupportedCharsetException ( string msg ) : System
msg string
Результат System
        public UnsupportedCharsetException(string msg)
            : base(msg)
        {
        }
UnsupportedCharsetException