 | 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)
Syntaxpublic InternalCorruptionException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
InternalCorruptionException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> InternalCorruptionExceptionParameters
- 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