ServiceBusExceptionMessage.Type 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 Type As ServiceBusExceptionType
[DataMemberAttribute]
public ServiceBusExceptionType Type { get; set; }
[DataMemberAttribute]
public:
property ServiceBusExceptionType Type {
ServiceBusExceptionType get ();
void set (ServiceBusExceptionType value);
}
[<DataMemberAttribute>]
member Type : ServiceBusExceptionType with get, set
function get Type () : ServiceBusExceptionType
function set Type (value : ServiceBusExceptionType)
Property Value
Type: Microsoft.VisualStudio.Services.ClientNotification.ServiceBusExceptionType
.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