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