Cleanup.
This commit is contained in:
@@ -103,5 +103,12 @@ namespace Cryville.Crtr.Extension {
|
||||
Convert.ChangeType(0, typeof(byte));
|
||||
Convert.ChangeType(0, typeof(byte), CultureInfo.InvariantCulture);
|
||||
}
|
||||
[Preserve]
|
||||
public static void PreserveExceptions() {
|
||||
new MissingMemberException();
|
||||
new MissingMemberException("");
|
||||
new MissingMemberException("", (Exception)null);
|
||||
new MissingMemberException("", "");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user