MultipleArtifactsFoundException 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
MultipleArtifactsFoundException(String) | |
MultipleArtifactsFoundException(String, Exception) |
MultipleArtifactsFoundException(String)
public:
MultipleArtifactsFoundException(System::String ^ exceptionString);
public MultipleArtifactsFoundException (string exceptionString);
new Microsoft.BizTalk.Operations.MultipleArtifactsFoundException : string -> Microsoft.BizTalk.Operations.MultipleArtifactsFoundException
Public Sub New (exceptionString As String)
Parameters
- exceptionString
- String
Applies to
MultipleArtifactsFoundException(String, Exception)
public:
MultipleArtifactsFoundException(System::String ^ exceptionString, Exception ^ except);
public MultipleArtifactsFoundException (string exceptionString, Exception except);
new Microsoft.BizTalk.Operations.MultipleArtifactsFoundException : string * Exception -> Microsoft.BizTalk.Operations.MultipleArtifactsFoundException
Public Sub New (exceptionString As String, except As Exception)
Parameters
- exceptionString
- String
- except
- Exception