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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET