ErrorInformation 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
ErrorInformation() | |
ErrorInformation(String, String, String) |
ErrorInformation()
ErrorInformation(String, String, String)
- Source:
- ErrorInformation.cs
public ErrorInformation(string message = default, string errorCode = default, string source = default);
new Microsoft.Azure.Synapse.Models.ErrorInformation : string * string * string -> Microsoft.Azure.Synapse.Models.ErrorInformation
Public Sub New (Optional message As String = Nothing, Optional errorCode As String = Nothing, Optional source As String = Nothing)
Parameters
- message
- String
- errorCode
- String
- source
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET