CircularPropertyDependencyException(String, String[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
CircularPropertyDependencyException(System::String ^ duplicateProperty, cli::array <System::String ^> ^ properties);
public CircularPropertyDependencyException (string duplicateProperty, string[] properties);
new Microsoft.VisualStudio.PlatformUI.CircularPropertyDependencyException : string * string[] -> Microsoft.VisualStudio.PlatformUI.CircularPropertyDependencyException
Public Sub New (duplicateProperty As String, properties As String())
Parameters
- duplicateProperty
- String
- properties
- String[]