PipelineExecutionException Constructor (String, Exception)
Initializes a new instance of the PipelineExecutionException class using the specified error message and a reference to the inner exception that is the cause of this exception.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Sub New ( _
pipelineName As String, _
innerException As Exception _
)
'Usage
Dim pipelineName As String
Dim innerException As Exception
Dim instance As New PipelineExecutionException(pipelineName, _
innerException)
public PipelineExecutionException(
string pipelineName,
Exception innerException
)
public:
PipelineExecutionException(
String^ pipelineName,
Exception^ innerException
)
public function PipelineExecutionException(
pipelineName : String,
innerException : Exception
)
Parameters
- pipelineName
Type: System..::.String
Name of the pipeline.
- innerException
Type: System..::.Exception
The exception that is the cause of the current exception, or a nullNothingnullptra null reference (Nothing in Visual Basic) reference (Nothing in Visual Basic) if no inner exception is specified.
Remarks
If the innerException parameter is not a nullNothingnullptra null reference (Nothing in Visual Basic) reference, the current exception is raised in a catch block that handles the inner exception.
The PipelineExecutionException is thrown when an error occurs during pipeline execution.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PipelineExecutionException Class
PipelineExecutionException Members