C# Class Selenol.SelectorAttributes.Interceptors.InvalidWriteOperationInterceptor

The not supported interceptor which throws NotSupportedException.
Inheritance: IInterceptor
Mostra file Open project: pbakshy/Selenol

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void

The intercept.

Method Details

Intercept() public method

The intercept.
public Intercept ( IInvocation invocation ) : void
invocation IInvocation The invocation.
return void