Click or drag to resize

InternalCorruptionException Constructor (String, Exception)

[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,
	Exception inner
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
inner
Type: SystemException
The exception that is the cause of the current exception.
See Also