fb415d0416
.NET Build and Publish / build (push) Has been cancelled
* fix issue with basetype being null * add Rhino.FileIO properly * update csharpier
9 lines
238 B
C#
9 lines
238 B
C#
namespace Rhino.FileIO;
|
|
|
|
public partial class BinaryArchiveException : System.IO.IOException
|
|
{
|
|
public BinaryArchiveException() { }
|
|
|
|
public BinaryArchiveException(System.String message) => throw new System.NotImplementedException();
|
|
}
|