ServiceBusExceptionMessage.InnerException Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.Services.ClientNotification
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property InnerException As Exception
[DataMemberAttribute]
public Exception InnerException { get; set; }
[DataMemberAttribute]
public:
property Exception^ InnerException {
Exception^ get ();
void set (Exception^ value);
}
[<DataMemberAttribute>]
member InnerException : Exception with get, set
function get InnerException () : Exception
function set InnerException (value : Exception)
Property Value
Type: System.Exception
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ServiceBusExceptionMessage Class
Microsoft.VisualStudio.Services.ClientNotification Namespace