Gets or sets the message source of the message in the exception.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public override string Source { get; set; }
public override string Source { get; set; }
Public Overrides Property Source As String
Get
Set
Public Overrides Property Source As String
Get
Set
public:
virtual property String^ Source {
String^ get () override;
void set (String^ value) override;
}
public:
virtual property String^ Source {
String^ get () override;
void set (String^ value) override;
}
abstract Source : string with get, set
override Source : string with get, set
abstract Source : string with get, set
override Source : string with get, set
Property Value
Type:
StringSource of the exception.
Implements
_Exception Source