Click or drag to resize
DynamicProxyErrorPreconditionInvocationClassName 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.3.0
Syntax
C#
public override string InvocationClassName { get; set; }

Property Value

Type: String
The full type name of the class.

Implements

IErrorPreconditionInvocationClassName
See Also