BitMiracle.LibTiff.Classic.TiffErrorHandler.WarningHandlerExt C# (CSharp) Method

WarningHandlerExt() public method

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 null, is printed before the message; it typically is used to identify the method in which a warning is detected.

The clientData parameter can be anything. Its value and meaning is defined by an application and not the library.

public WarningHandlerExt ( Tiff tif, object clientData, string method, string format ) : void
tif Tiff An instance of the class. Can be null.
clientData object A client data.
method string The method where a warning is detected.
format string A composite format string (see Remarks).
return void
        public virtual void WarningHandlerExt(Tiff tif, object clientData, string method, string format, params object[] args)
        {
        }