Class ParseException
This class provides a custom type for exceptions occured by parsing actions.
Inheritance
Exception
ParseException
Namespace: Mars.Common.Exceptions
Assembly: Mars.Common.dll
Syntax
public class ParseException : Exception
Constructors
ParseException(String)
Declaration
public ParseException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
ParseException(String, Exception)
Declaration
public ParseException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | innerException |