Class RevealArgumentException

Inheritance
System.Object
RevealArgumentException
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.WebAPI.dll
Syntax
public class RevealArgumentException : ArgumentException

Constructors

RevealArgumentException(String, RevealArgument)

Declaration
public RevealArgumentException(string message, RevealArgument argName)
Parameters
Type Name Description
System.String message
RevealArgument argName

Properties

Argument

Declaration
public RevealArgument Argument { get; }
Property Value
Type Description
RevealArgument