Example #1
0
 public static void NotImplementedException(this ThrowExtensionRoot root) => throw new NotImplementedException();
Example #2
0
 public static TReturn NotImplementedExceptionAndReturn <TReturn>(this ThrowExtensionRoot root) => throw new NotImplementedException();
Example #3
0
 public static void NotSupportedException(this ThrowExtensionRoot root) => throw new NotSupportedException();