Click or drag to resize

InternalCorruptionException Constructor (String)

[This is preliminary documentation and is subject to change.]

Constructs a new instance of the exception.

Namespace:  Condensed
Assembly:  Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public InternalCorruptionException(
	string message
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
See Also