Class
UnsupportedBrowserOperationException

Exception for operations that are not supported by a certain type of browser.

Definition

Namespace:ArtOfTest.WebAii.Exceptions

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class UnsupportedBrowserOperationException : Exception, ISerializable, _Exception

Inheritance: objectExceptionUnsupportedBrowserOperationException

Implements: ISerializable_Exception

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetObjectData(SerializationInfo, StreamingContext)Exception.GetType()Exception.MessageException.DataException.InnerExceptionException.TargetSiteException.StackTraceException.HelpLinkException.SourceException.HResultException.SerializeObjectState

Constructors

UnsupportedBrowserOperationException(BrowserType, string)

Create this exception

Declaration

cs-api-definition
public UnsupportedBrowserOperationException(BrowserType browserType, string operationName)

Parameters

browserType

BrowserType

The browser type.

operationName

string

The unsupported operation.

UnsupportedBrowserOperationException(SerializationInfo, StreamingContext)

Initializes a new instance of the System.Exception class with serialized data.

Declaration

cs-api-definition
protected UnsupportedBrowserOperationException(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.

context

StreamingContext

The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.