ForbiddenOperationException Constructor(String)
In This Topic
Constructor with custom description.
Syntax
public ForbiddenOperationException(
string
)
public:
ForbiddenOperationException(
String^
)
Parameters
| Parameter Name | Description |
|---|
| txt | Detail description of exception |
See Also