C# Class Transloadit.Assembly.Exceptions.InvalidFieldKeyException

Thrown when the specified field name is invalid
Inheritance: System.Exception
Mostra file Open project: nkranitz/transloadit-csharp-sdk

Public Methods

Method Description
InvalidFieldKeyException ( string key ) : System

Method Details

InvalidFieldKeyException() public method

public InvalidFieldKeyException ( string key ) : System
key string
return System