Svg.SvgIDExistsException.SvgIDExistsException C# (CSharp) Method

SvgIDExistsException() public method

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