ClassApplicationNotReadyException
Class
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
Namespace:ArtOfTest.WebAii.Silverlight
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class ApplicationNotReadyException : Exception, ISerializable, _Exception
Inheritance: objectExceptionApplicationNotReadyException
Implements:
Inherited Members
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
Serialization info.
context
Streaming context.
ApplicationNotReadyException(string)
Create a new instance of ApplicationNotReadyException class.
Declaration
cs-api-definition
public ApplicationNotReadyException(string message)
Parameters
message
Exception message.
ApplicationNotReadyException(string, Exception)
Create a new instance of ApplicationNotReadyException class.