Class ExceptionMatch
Used for matching of exceptions passed to Make(context)
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: NFX.Wave
Assembly: NFX.Wave.dll
Syntax
public sealed class ExceptionMatch : WorkMatch, INamed, IOrdered
  Constructors
ExceptionMatch(IConfigSectionNode)
Declaration
public ExceptionMatch(IConfigSectionNode confNode)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IConfigSectionNode | confNode | 
ExceptionMatch(String, Int32)
Declaration
public ExceptionMatch(string name, int order)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | |
| System.Int32 | order | 
Properties
ExceptionType
Declaration
[Config]
public string ExceptionType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IsNot
Declaration
[Config]
public bool IsNot { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Methods
Make(WorkContext, Object)
Declaration
public override JSONDataMap Make(WorkContext work, object context = null)
  Parameters
| Type | Name | Description | 
|---|---|---|
| WorkContext | work | |
| System.Object | context | 
Returns
| Type | Description | 
|---|---|
| JSONDataMap |