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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET