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