ConstraintException Constructors
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.
Overloads
ConstraintException() | |
ConstraintException(String) | |
ConstraintException(String, Exception) |
ConstraintException()
public:
ConstraintException();
public ConstraintException ();
Public Sub New ()
Applies to
ConstraintException(String)
public:
ConstraintException(System::String ^ msg);
public ConstraintException (string msg);
new Microsoft.BizTalk.ExplorerOM.ConstraintException : string -> Microsoft.BizTalk.ExplorerOM.ConstraintException
Public Sub New (msg As String)
Parameters
- msg
- String
Applies to
ConstraintException(String, Exception)
public:
ConstraintException(System::String ^ msg, Exception ^ innerException);
public ConstraintException (string msg, Exception innerException);
new Microsoft.BizTalk.ExplorerOM.ConstraintException : string * Exception -> Microsoft.BizTalk.ExplorerOM.ConstraintException
Public Sub New (msg As String, innerException As Exception)
Parameters
- msg
- String
- innerException
- Exception