AssertError (Constructor) Summary Constructs a System.Errors.AssertError object. Signatures Click on a signature to select it and view its documentation. public AssertError() public AssertError(string message) Usage public AssertError() public AssertError(string message) Parameters message A custom exception message. Description Constructs a System.Errors.AssertError object with no exception message. Constructs a System.Errors.AssertError object with the specified exception message. Share HTML | BBCode | Direct Link