AnimatGuiCtrls.MatrixLibrary.MatrixLibraryExceptions.MatrixLibraryExceptions C# (CSharp) Method

MatrixLibraryExceptions() public method

public MatrixLibraryExceptions ( string message ) : System
message string
return System
        public MatrixLibraryExceptions(string message)
            : base(message)
        {
        }
MatrixLibraryExceptions