Class XbrlParseException
Represents an exception that occurs during XBRL parsing.
public class XbrlParseException : Exception, ISerializable
- Inheritance
-
XbrlParseException
- Implements
- Derived
- Inherited Members
Constructors
XbrlParseException(string, string)
Initializes a new instance of the XbrlParseException class with a specified error message and message code.
public XbrlParseException(string message, string messageCode)
Parameters
XbrlParseException(string, string, Exception)
Initializes a new instance of the XbrlParseException class with a specified error message, message code, and a reference to the inner exception that is the cause of this exception.
public XbrlParseException(string message, string messageCode, Exception inner)
Parameters
messagestringThe error message.
messageCodestringThe message code.
innerExceptionThe exception that is the cause of the current exception.
Properties
MessageCode
Gets the message code associated with this exception.
public string MessageCode { get; }