 | 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)
Syntaxpublic InternalCorruptionException(
string message
)
Public Sub New (
message As String
)
public:
InternalCorruptionException(
String^ message
)
new :
message : string -> InternalCorruptionExceptionParameters
- message
- Type: SystemString
The error message that explains the reason for the exception.
See Also