ValidationException 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
ValidationException() | |
ValidationException(String) | |
ValidationException(String, Exception) | |
ValidationException(String, String) | |
ValidationException(String, String, Object) |
ValidationException()
public ValidationException ();
Public Sub New ()
Applies to
ValidationException(String)
public ValidationException (string message);
new Microsoft.Rest.ValidationException : string -> Microsoft.Rest.ValidationException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
ValidationException(String, Exception)
ValidationException(String, String)
ValidationException(String, String, Object)
public ValidationException (string rule, string target, object details);
new Microsoft.Rest.ValidationException : string * string * obj -> Microsoft.Rest.ValidationException
Public Sub New (rule As String, target As String, details As Object)
Parameters
- rule
- String
- target
- String
- details
- Object
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET