Class XbrlSyntaxException
Represents an exception that occurs due to XBRL syntax errors during parsing.
public class XbrlSyntaxException : XbrlParseException, ISerializable
- Inheritance
-
XbrlSyntaxException
- Implements
- Inherited Members
Constructors
XbrlSyntaxException(string, string)
Initializes a new instance of the XbrlSyntaxException class with a specified error message and message code.
public XbrlSyntaxException(string message, string messageCode)
Parameters
XbrlSyntaxException(string, string, Exception)
Initializes a new instance of the XbrlSyntaxException class with a specified error message, message code, and a reference to the inner exception that is the cause of this exception.
public XbrlSyntaxException(string message, string messageCode, Exception inner)