ArcGIS Pro 2.8 API Reference Guide
NotConnectedException Constructor(String,Exception)

ArcGIS.Desktop.Workflow.Models.Exceptions Namespace > NotConnectedException Class > NotConnectedException Constructor : NotConnectedException Constructor(String,Exception)
The message that describes the error
The exception that is the cause of this exception
Creates a new instance of the exception class with a specified error message and a reference to the inner exception that is the cause of this exception
Syntax
public NotConnectedException( 
   string message,
   Exception inner
)
Public Function New( _
   ByVal message As String, _
   ByVal inner As Exception _
)

Parameters

message
The message that describes the error
inner
The exception that is the cause of this exception
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

NotConnectedException Class
NotConnectedException Members
Overload List