Class ExceptionDepthComparator
Inheritance
System.Object
ExceptionDepthComparator
Assembly: Steeltoe.Common.dll
Syntax
public class ExceptionDepthComparator : IComparer<Type>
Constructors
|
Edit this page
View Source
ExceptionDepthComparator(Exception)
Declaration
public ExceptionDepthComparator(Exception exception)
Parameters
Type |
Name |
Description |
Exception |
exception |
|
|
Edit this page
View Source
ExceptionDepthComparator(Type)
Declaration
public ExceptionDepthComparator(Type exceptionType)
Parameters
Type |
Name |
Description |
Type |
exceptionType |
|
Methods
|
Edit this page
View Source
Compare(Type, Type)
Declaration
public int Compare(Type o1, Type o2)
Parameters
Type |
Name |
Description |
Type |
o1 |
|
Type |
o2 |
|
Returns
Type |
Description |
System.Int32 |
|