Method | Description | |
---|---|---|
ErrorManager ( ) : System | ||
ErrorManager ( bool prefixMsgType, bool suffixPos ) : System | ||
ReportError ( string msg ) : void | ||
ReportError ( string msg, int>.Tuple |
||
ReportInfoMessage ( string msg ) : void | ||
ReportInfoMessage ( string msg, int>.Tuple |
||
ReportWarning ( string msg ) : void | ||
ReportWarning ( string msg, int>.Tuple |
Method | Description | |
---|---|---|
ReportError ( |
||
ReportInfoMessage ( |
||
ReportWarning ( |
public ErrorManager ( bool prefixMsgType, bool suffixPos ) : System | ||
prefixMsgType | bool | |
suffixPos | bool | |
return | System |
public ReportError ( string msg, int>.Tuple |
||
msg | string | |
startPos | int>.Tuple | |
endPos | int>.Tuple | |
return | void |
public ReportInfoMessage ( string msg ) : void | ||
msg | string | |
return | void |
public ReportInfoMessage ( string msg, int>.Tuple |
||
msg | string | |
startPos | int>.Tuple | |
endPos | int>.Tuple | |
return | void |
public ReportWarning ( string msg, int>.Tuple |
||
msg | string | |
startPos | int>.Tuple | |
endPos | int>.Tuple | |
return | void |