Svg.SvgException.SvgException C# (CSharp) Method

SvgException() public method

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