227 B
227 B
System.Runtime.ExceptionServices
namespace System.Runtime.ExceptionServices {
public sealed class ExceptionDispatchInfo {
+ public static Exception SetCurrentStackTrace(Exception source);
}
}