RemoteAccessException.Category Property
Gets or sets the log category of the exception.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string Category { get; set; }
public:
property String^ Category {
String^ get();
void set(String^ value);
}
Public Property Category As String
Property Value
Type: System.String
An instance of String that contains the category.
See Also
RemoteAccessException Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top