ArcGIS Pro 2.9 API Reference Guide
AOIOverlapException Constructor(String,Exception)

ArcGIS.Desktop.Workflow.Models.Exceptions Namespace > AOIOverlapException Class > AOIOverlapException Constructor : AOIOverlapException 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 AOIOverlapException( 
   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 11, Windows 10, Windows 8.1

See Also

Reference

AOIOverlapException Class
AOIOverlapException Members
Overload List