CommonErrorData 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
CommonErrorData() |
Initializes a new instance of the CommonErrorData class. |
CommonErrorData(Exception) |
Initializes a new instance of the CommonErrorData class. |
CommonErrorData()
Initializes a new instance of the CommonErrorData class.
public CommonErrorData ();
Public Sub New ()
Applies to
CommonErrorData(Exception)
Initializes a new instance of the CommonErrorData class.
public CommonErrorData (Exception copyFrom);
new StreamJsonRpc.Protocol.CommonErrorData : Exception -> StreamJsonRpc.Protocol.CommonErrorData
Public Sub New (copyFrom As Exception)
Parameters
- copyFrom
- Exception
The exception to copy error details from.