An NDoc Documented Class Library

AppScreenException Constructor (String, Exception)

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

See Also

AppScreenException Class | Repository Namespace | AppScreenException Constructor Overload List