C# Class Swagger.ObjectModel.Builders.RequiredFieldException

The required field exception.
Inheritance: System.InvalidOperationException
Mostra file Open project: khellang/Nancy.Swagger

Public Methods

Method 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 method

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
return System