Class ClaimMappingCompilationException
Exception thrown when their are issues compiling claims mappers
Inheritance
System.Object
ClaimMappingCompilationException
Namespace: FunctionMonkey
Assembly: FunctionMonkey.dll
Syntax
public class ClaimMappingCompilationException : Exception
Properties
| Improve this Doc View SourceClaimType
The claim type
Declaration
public string ClaimType { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
CommandType
The command type
Declaration
public Type CommandType { get; }
Property Value
| Type | Description |
|---|---|
| Type |
Name
The name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
PropertyType
The property type
Declaration
public Type PropertyType { get; }
Property Value
| Type | Description |
|---|---|
| Type |