System.ExceptionPolyfills
Provides downlevel polyfills for static methods on Exception-derived types.
namespace System
{
internal static class ExceptionPolyfills
{
public sealed class <G>$E6188BA5B951F1F7AA9135E0EBB76F2B
{
public static class <M>$96F0261AC622664B8B003966835C0332
{
}
public static void ThrowIfNull(object argument, string paramName = null);
}
public sealed class <G>$0505E7D425B60FF10D3E22D3A0756F0B
{
public static class <M>$73C31C2206236680252B6274EB200812
{
}
public static void ThrowIfLessThan<[System.Runtime.CompilerServices.Nullable(0)] T>(T value, T other, string paramName = null) where T : IComparable<T>;
}
public sealed class <G>$2CCF93F8D1D7E0542E57DCB3AD19CD16
{
public static class <M>$5639B06AB86CC1C07E7F879DE232D763
{
}
public static void ThrowIfNullOrEmpty(string argument, string paramName = null);
}
public sealed class <G>$3F30F31B33543D5FB8E174FB4FD780B9
{
public static class <M>$1F10CFA08738E6D8AF61CBECC6763DBC
{
}
public static void ThrowIf(bool condition, object instance);
public static void ThrowIf(bool condition, Type type);
}
public static void ThrowIfNull(object argument, string paramName = null);
public static void ThrowIfLessThan<T>(T value, T other, string paramName = null) where T : IComparable<T>;
public static void ThrowIfNullOrEmpty(string argument, string paramName = null);
public static void ThrowIf(bool condition, object instance);
public static void ThrowIf(bool condition, Type type);
}
}