C# Class Transloadit.Assembly.Exceptions.AlreadyDefinedKeyException

Thrown when a key is already defined
Inheritance: System.Exception
Mostra file Open project: nkranitz/transloadit-csharp-sdk

Public Methods

Method Description
AlreadyDefinedKeyException ( string key, string location ) : System

Method Details

AlreadyDefinedKeyException() public method

public AlreadyDefinedKeyException ( string key, string location ) : System
key string
location string
return System