ClassExecuteSilverlightCommandException
Class
Holds information about a SilverlightCommandException
Definition
Namespace:ArtOfTest.WebAii.Silverlight
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class ExecuteSilverlightCommandException : Exception, ISerializable, _Exception
Inheritance: objectExceptionExecuteSilverlightCommandException
Derived Classes:
Implements:
Inherited Members
Constructors
ExecuteSilverlightCommandException(SerializationInfo, StreamingContext)
Initializes a new ExecuteSilverlightCommandException
Declaration
cs-api-definition
public ExecuteSilverlightCommandException(SerializationInfo info, StreamingContext context)
Parameters
info
The information needed to serialize/deserialize this object.
context
The source and destination of a given serialized stream, and provides an additional caller-defined context.
ExecuteSilverlightCommandException(string)
Initializes a new ExecuteSilverlightCommandException
Declaration
cs-api-definition
public ExecuteSilverlightCommandException(string message)
Parameters
message
The exception message.