Share via


ServiceBusExceptionMessage.InnerException Property

Namespace:  Microsoft.VisualStudio.Services.Client
Assembly:  Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.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

See Also

Reference

ServiceBusExceptionMessage Class

Microsoft.VisualStudio.Services.Client Namespace