Click or drag to resize

TileExceptionHandlerRenderException Method

Builds a bitmap tile which shows the occurred exception.

Namespace:  Ptv.XServer.Controls.Map.TileProviders
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public static Stream RenderException(
	Exception exception,
	int width,
	int height
)

Parameters

exception
Type: SystemException
The exception which occurred.
width
Type: SystemInt32
Width of the tile.
height
Type: SystemInt32
Height of the tile.

Return Value

Type: Stream
The exception bitmap as stream.
See Also