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
- 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.