C# Class VkNet.Exception.OutOfLimitsException

Inheritance: VkApiException
Mostrar archivo Open project: vknet/vk

Public Methods

Method Description
OutOfLimitsException ( string message ) : System.Runtime.Serialization

Конструктор.

Method Details

OutOfLimitsException() public method

Конструктор.
public OutOfLimitsException ( string message ) : System.Runtime.Serialization
message string Описание исключения.
return System.Runtime.Serialization