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
)
Public Shared Function RenderException (
exception As Exception,
width As Integer,
height As Integer
) As Stream
public:
static Stream^ RenderException(
Exception^ exception,
int width,
int height
)
static member RenderException :
exception : Exception *
width : int *
height : int -> Stream
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