CyclicDependencyFoundException Constructor (String, Exception)
Initializes a new instance of the CyclicDependencyFoundException class with the specified error message and inner exception.
Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim instance As New CyclicDependencyFoundException(message, innerException)
public CyclicDependencyFoundException (
string message,
Exception innerException
)
public:
CyclicDependencyFoundException (
String^ message,
Exception^ innerException
)
public CyclicDependencyFoundException (
String message,
Exception innerException
)
public function CyclicDependencyFoundException (
message : String,
innerException : Exception
)
Parameters
- message
The error message that explains the reason for the exception.
- innerException
The exception that is the cause of the current exception.
See Also
Reference
CyclicDependencyFoundException Class
CyclicDependencyFoundException Members
Microsoft.Practices.CompositeUI Namespace