C# Class Swagger.ObjectModel.Builders.RequiredFieldException

The required field exception.
Inheritance: System.InvalidOperationException
Afficher le fichier Open project: khellang/Nancy.Swagger

Méthodes publiques

Méthode Description
RequiredFieldException ( string field ) : System

Initializes a new instance of the RequiredFieldException class. Initializes a new instance of the T:System.InvalidOperationException class.

Method Details

RequiredFieldException() public méthode

Initializes a new instance of the RequiredFieldException class. Initializes a new instance of the T:System.InvalidOperationException class.
public RequiredFieldException ( string field ) : System
field string
Résultat System