Class MethodWrappedException
Wraps an exception that was refined with meta information from either Refine(Exception, MethodBase, Object[]) or Refine(Exception, MethodDescriptor, Object[]). This class cannot be inherited.
Inheritance
System.Object
System.Exception
MethodWrappedException
Inherited Members
System.Exception.GetBaseException()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public sealed class MethodWrappedException : Exception
Properties
| Improve this DocThrowingMethod
Gets the method that was the cause of this MethodWrappedException.
Declaration
public MethodDescriptor ThrowingMethod { get; }
Property Value
Type | Description |
---|---|
MethodDescriptor | The method throwing this MethodWrappedException. |
Methods
| Improve this DocToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents this instance. |
Overrides
System.Exception.ToString()
Extension Methods
See Also
System.Exception