Class UserMessageException
Represents benign errors. Will just print message and exit with rval 1, and not give full stack trace and return with 3.
Inheritance
System.Object
    System.Exception
    UserMessageException
  Implements
System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
  Inherited Members
      System.Exception.GetBaseException()
    
    
      System.Exception.ToString()
    
    
      System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    
    
      System.Exception.GetType()
    
    
      System.Exception.Message
    
    
      System.Exception.Data
    
    
      System.Exception.InnerException
    
    
      System.Exception.TargetSite
    
    
      System.Exception.StackTrace
    
    
      System.Exception.HelpLink
    
    
      System.Exception.Source
    
    
      System.Exception.HResult
    
    
      System.Exception.SerializeObjectState
    
  Namespace: BitAddict.Aras.ArasSync
Assembly: ArasSync.dll
Syntax
public class UserMessageException : Exception, ISerializable, _Exception
  Implements
      System.Runtime.Serialization.ISerializable
  
  
      System.Runtime.InteropServices._Exception