Method | Description | |
---|---|---|
ErrorHandler ( |
Handles an error by writing it text to the Console.Error. The format is a composite format string that uses the same format as O:System.String.Format method. The method parameter, if not |
|
ErrorHandlerExt ( |
Handles an error by writing it text to the Console.Error. The format is a composite format string that uses the same format as O:System.String.Format method. The method parameter, if not The clientData parameter can be anything. Its value and meaning is defined by an application and not the library. |
|
WarningHandler ( |
Handles a warning by writing it text to the Console.Error. The format is a composite format string that uses the same format as O:System.String.Format method. The method parameter, if not |
|
WarningHandlerExt ( |
Handles a warning by writing it text to the Console.Error. The format is a composite format string that uses the same format as O:System.String.Format method. The method parameter, if not The clientData parameter can be anything. Its value and meaning is defined by an application and not the library. |
public ErrorHandler ( |
||
tif | An instance of the |
|
method | string | The method where an error is detected. |
format | string | A composite format string (see Remarks). |
return | void |
public ErrorHandlerExt ( |
||
tif | An instance of the |
|
clientData | object | A client data. |
method | string | The method where an error is detected. |
format | string | A composite format string (see Remarks). |
return | void |
public WarningHandler ( |
||
tif | An instance of the |
|
method | string | The method where a warning is detected. |
format | string | A composite format string (see Remarks). |
return | void |
public WarningHandlerExt ( |
||
tif | An instance of the |
|
clientData | object | A client data. |
method | string | The method where a warning is detected. |
format | string | A composite format string (see Remarks). |
return | void |