Used for defining and displaying nicely formatted, user-friendly, known and expected error messages.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public class UserException : Exception
Visual Basic
Public Class UserException
	Inherits Exception
Visual C++
public ref class UserException : public Exception
F#
type UserException =  
    class
        inherit Exception
    end

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    MonoSoftware.MonoX..::..UserException

See Also