Monobjc.Tools.Generator.Parsers.Sgml.SgmlParseException.SgmlParseException C# (CSharp) Method

SgmlParseException() public method

Instantiates a new instance of SgmlParseException with no specific error information.
public SgmlParseException ( ) : System
return System
        public SgmlParseException()
        {
        }

Same methods

SgmlParseException::SgmlParseException ( SerializationInfo streamInfo, StreamingContext streamCtx ) : System
SgmlParseException::SgmlParseException ( string message ) : System
SgmlParseException::SgmlParseException ( string message, Entity e ) : System
SgmlParseException::SgmlParseException ( string message, Exception innerException ) : System