CauAccessDeniedException Constructor (String, String, Exception)
Namespace: Microsoft.ClusterAwareUpdating
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
Syntax
public CauAccessDeniedException(
string message,
string errorId,
Exception inner
)
public:
CauAccessDeniedException(
String^ message,
String^ errorId,
Exception^ inner
)
new :
message:string *
errorId:string *
inner:Exception -> CauAccessDeniedException
Public Sub New (
message As String,
errorId As String,
inner As Exception
)
Parameters
- message
Type: System.String
- errorId
Type: System.String
- inner
Type: System.Exception
See Also
CauAccessDeniedException Overload
CauAccessDeniedException Class
Microsoft.ClusterAwareUpdating Namespace
Return to top