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