Class
ApplicationNotReadyException

This exception is used to signal that an operation was attempted against a Silverlight app that is not yet or no longer accessible through the DOM.

Definition

Constructors

ApplicationNotReadyException()

Create a new instance of ApplicationNotReadyException class.

Declaration

cs-api-definition
public ApplicationNotReadyException()

ApplicationNotReadyException(SerializationInfo, StreamingContext)

Create a new instance of ApplicationNotReadyException class.

Declaration

cs-api-definition
public ApplicationNotReadyException(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

Serialization info.

context

StreamingContext

Streaming context.

ApplicationNotReadyException(string)

Create a new instance of ApplicationNotReadyException class.

Declaration

cs-api-definition
public ApplicationNotReadyException(string message)

Parameters

message

string

Exception message.

ApplicationNotReadyException(string, Exception)

Create a new instance of ApplicationNotReadyException class.

Declaration

cs-api-definition
public ApplicationNotReadyException(string message, Exception innerException)

Parameters

message

string

Exception message.

innerException

Exception

Inner exception.