 | AggregateExceptionMessages Property |
Get the messages describing the inner exceptions, one per line.
Namespace: Slash.SystemExt.ExceptionsAssembly: Slash.System (in Slash.System.dll) Version: 1.0.5843.24176
Syntaxpublic string Messages { get; }
Public ReadOnly Property Messages As String
Get
public:
property String^ Messages {
String^ get ();
}
member Messages : string with get
Property Value
Type:
String
See Also