 | AggregateException Constructor (String) |
Constructs a new, empty aggregate exception with the specified detail message.
Namespace: Slash.SystemExt.ExceptionsAssembly: Slash.System (in Slash.System.dll) Version: 1.0.5843.24176
Syntaxpublic AggregateException(
string message
)
Public Sub New (
message As String
)
public:
AggregateException(
String^ message
)
new :
message : string -> AggregateException
Parameters
- message
- Type: SystemString
Error message that explains the reason for the exception.
See Also