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