Create an exception with the specific header and message

C# | Visual Basic | Visual C++ |
public PrioritizedException( ExceptionLevel hdr, string message )
Public Sub New ( _ hdr As ExceptionLevel, _ message As String _ )
public: PrioritizedException( ExceptionLevel hdr, String^ message )

- hdr (ExceptionLevel)
[Missing <param name="hdr"/> documentation for "M:Emgu.Util.PrioritizedException.#ctor(Emgu.Util.ExceptionLevel,System.String)"]
- message (String)
[Missing <param name="message"/> documentation for "M:Emgu.Util.PrioritizedException.#ctor(Emgu.Util.ExceptionLevel,System.String)"]