Skip Navigation Links.

H5E..::..suppressPrinting Method ()

Turns automatic error printing off

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public Shared Sub suppressPrinting ( _
	errorStackId As Integer _
)
C#
public static void suppressPrinting(
	int errorStackId
)
Visual C++
public:
static void suppressPrinting(
	int errorStackId
)
JavaScript
HDF5DotNet.H5E.suppressPrinting = function(errorStackId);

Parameters

errorStackId
Type: Int32
IN: Error stack identifier.

Return Value

void

Exceptions

ExceptionCondition
HDF5DotNet..::..H5EsuppressPrintingException throws rH5EsuppressPrintingException on failure.

See Also