RestrictedAccessException(String, Exception) Constructor |
Create a new exception with message
Namespace: ASCOM.Utilities.ExceptionsAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic RestrictedAccessException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
RestrictedAccessException(
String^ message,
Exception^ inner
)
Parameters
- message String
- Message to be reported by the exception
- inner Exception
- Exception to be reported as the inner exception
See Also