Emgu CV Library Documentation
PrioritizedException Constructor (hdr, message)
NamespacesEmgu.UtilPrioritizedExceptionPrioritizedException(ExceptionLevel, String)

www.emgu.com/wiki
Create an exception with the specific header and message
Declaration Syntax
C#Visual BasicVisual C++
public PrioritizedException(
	ExceptionLevel hdr,
	string message
)
Public Sub New ( _
	hdr As ExceptionLevel, _
	message As String _
)
public:
PrioritizedException(
	ExceptionLevel hdr, 
	String^ message
)
Parameters
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)"]

Assembly: Emgu.Util (Module: Emgu.Util) Version: 1.1.0.0 (1.1.0.0)