ClassUnsupportedBrowserOperationException
Class
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:
Inherited Members
Constructors
UnsupportedBrowserOperationException(BrowserType, string)
Create this exception
Declaration
cs-api-definition
public UnsupportedBrowserOperationException(BrowserType browserType, string operationName)
Parameters
browserType
The browser type.
operationName
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
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
context
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.