  | ServiceExceptionUserMessage Property  | 
 
            Returns the user message of this exception.
            
 
    Namespace: 
   OBCOM.NetSwitchLib.Servers
    Assembly:
   OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic string UserMessage { get; }Public ReadOnly Property UserMessage As String
	Get
Property Value
Type: 
String
            The user message or 
null if no user message specified.
            
See Also