OperationErrorException 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
OperationErrorException() |
Initializes a new instance of the OperationErrorException class. |
OperationErrorException(String) |
Initializes an new instance of the OperationErrorException class. |
OperationErrorException(SerializationInfo, StreamingContext) |
Initializes a new instance of the OperationErrorException class with serialized data. |
OperationErrorException()
- Source:
- OperationErrorException.cs
Initializes a new instance of the OperationErrorException class.
public OperationErrorException ();
Public Sub New ()
Applies to
OperationErrorException(String)
- Source:
- OperationErrorException.cs
Initializes an new instance of the OperationErrorException class.
public OperationErrorException (string errorMessage);
new Microsoft.Azure.WebJobs.Extensions.DurableTask.OperationErrorException : string -> Microsoft.Azure.WebJobs.Extensions.DurableTask.OperationErrorException
Public Sub New (errorMessage As String)
Parameters
- errorMessage
- String
The message that describes the error.
Applies to
OperationErrorException(SerializationInfo, StreamingContext)
- Source:
- OperationErrorException.cs
Initializes a new instance of the OperationErrorException class with serialized data.
protected OperationErrorException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Azure.WebJobs.Extensions.DurableTask.OperationErrorException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Azure.WebJobs.Extensions.DurableTask.OperationErrorException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
- context
- StreamingContext
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.