Class ParameterCountMismatchResult
public class ParameterCountMismatchResult : ParametersMismatchResult, IFailResult, IExecutionResult
- Inheritance
-
ParameterCountMismatchResult
- Implements
- Inherited Members
Properties
TooFew
public static ParameterCountMismatchResult TooFew { get; }
Property Value
TooMany
public static ParameterCountMismatchResult TooMany { get; }
Property Value
Type
public ParameterCountMismatchType Type { get; }