|
PhysicalParserExceptionList Property
|
Gets all the exceptions encountered while parsing.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.248-beta
Syntaxpublic List<Exception> ExceptionList { get; }
Public ReadOnly Property ExceptionList As List(Of Exception)
Get
public:
property List<Exception^>^ ExceptionList {
List<Exception^>^ get ();
}
member ExceptionList : List<Exception> with get
function get_ExceptionList();
View SourceProperty Value
ListException
See Also