An NDoc Documented Class Library

UIItemSearchException Constructor (String, Exception)

[Visual Basic]
Public Sub New( _ 
   ByVal message As String, _ 
   ByVal exception As Exception _ 
)
[C#]
public UIItemSearchException(
   string message,
   Exception exception
);
[C++]
public: UIItemSearchException(
   String* message,
   Exception* exception
);
[JScript]
public function UIItemSearchException(
   String message,
   Exception exception
);

See Also

UIItemSearchException Class | White.Core.Factory Namespace | UIItemSearchException Constructor Overload List