Class
VisualTreeUnavailableException

The VisualTreeUnavailableException is thrown when a system error occurs trying to connect to the Silverlight application.

Definition

Constructors

VisualTreeUnavailableException(string, Exception)

Constructs a new VisualTreeUnavailableException object.

Declaration

cs-api-definition
public VisualTreeUnavailableException(string message, Exception inner)

Parameters

message

string

The message for the exception.

inner

Exception

Any inner exception being wrapped by this exception.