C# Class GameDevWare.Charon.Utils.ExceptionUtils

Datei anzeigen Open project: deniszykov/charon-unity3d

Public Methods

Method Description
Iterate ( this exception ) : IEnumerable
Unwrap ( this exception ) : Exception

Method Details

Iterate() public static method

public static Iterate ( this exception ) : IEnumerable
exception this
return IEnumerable

Unwrap() public static method

public static Unwrap ( this exception ) : Exception
exception this
return System.Exception