Svg.SvgIDException.SvgIDException C# (CSharp) Method

SvgIDException() public method

public SvgIDException ( string message ) : System
message string
return System
        public SvgIDException(string message)
            : base(message)
        {
        }
    }
SvgIDException