# ThrottleException

### ThrottleException Class

Thrown when a method is called too often

### Syntax

public class **ThrottleException** : [Exception](http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Exception)

### Member Details

#### Elapsed Field

> #### Syntax
>
> #### Remarks
>
> #### Requirements
>
> **Namespace:** Sansar.Script\
> **Assembly:** Sansar.Script (in Sansar.Script.dll)\
> **Assembly Versions:** 1.0.0.0
>
> ***

#### Interval Field

> #### Syntax
>
> public readonly [TimeSpan](http://www.go-mono.com/docs/monodoc.ashx?link=T:System.TimeSpan) **Interval**
>
> #### Remarks
>
> #### Requirements
>
> **Namespace:** Sansar.Script\
> **Assembly:** Sansar.Script (in Sansar.Script.dll)\
> **Assembly Versions:** 1.0.0.0
>
> ***

#### MaxEvents Field

> #### Syntax
>
> public readonly [int](http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32) **MaxEvents**
>
> #### Remarks
>
> #### Requirements
>
> **Namespace:** Sansar.Script\
> **Assembly:** Sansar.Script (in Sansar.Script.dll)\
> **Assembly Versions:** 1.0.0.0
>
> ***

***
