Click or drag to resize
WebApiErrorPreconditionInvocationClassName Property
Gets the full type name of the class the method that failed is in.

Namespace: ErrorUnit.Models
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.0.0.27669 (1.0.0.0)
Syntax
C#
public override string InvocationClassName { get; set; }

Property Value

Type: String
The full type name of the class.

Implements

IErrorPreconditionInvocationClassName
See Also