An NDoc Documented Class Library

UIActionException Constructor (String, Exception)

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

See Also

UIActionException Class | White.Core.UIItems Namespace | UIActionException Constructor Overload List