Sharpen.UnsupportedCharsetException.UnsupportedCharsetException C# (CSharp) Method

UnsupportedCharsetException() public method

public UnsupportedCharsetException ( string msg ) : System
msg string
return System
        public UnsupportedCharsetException(string msg)
            : base(msg)
        {
        }
UnsupportedCharsetException