Table of Contents

Method HandleError

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

HandleError(string)

This signals the viewer control to display an error message to the user.

void HandleError(string message)

Parameters

message string

A string containing the error message to be displayed.

HandleError(Exception)

This signals the viewer control to display an error message due to an exception to the user.

void HandleError(Exception exception)

Parameters

exception Exception

HandleError(string, Exception)

This signals the viewer control to display an error message due to an exception with additional message to the user.

void HandleError(string message, Exception exception)

Parameters

message string

A string containing the additional message to be displayed.

exception Exception