An NDoc Documented Class Library

AppScreenException Constructor (String)

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

See Also

AppScreenException Class | Repository Namespace | AppScreenException Constructor Overload List