UserExtensionException Constructor (String)
Initializes a new instance of the UserExtensionException class.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public UserExtensionException(
string message
)
public:
UserExtensionException(
String^ message
)
Public Sub New (
message As String
)
Parameters
message
Type: System.StringThe message that describes the error.
See Also
UserExtensionException Overload
UserExtensionException Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top