C# Класс DotAmf.ServiceModel.Faults.AmfOperationNotFoundException

AMF operation not found.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
AmfOperationNotFoundException ( string operationName ) : System
AmfOperationNotFoundException ( string message, string operationName ) : System

Описание методов

AmfOperationNotFoundException() публичный Метод

public AmfOperationNotFoundException ( string operationName ) : System
operationName string
Результат System

AmfOperationNotFoundException() публичный Метод

public AmfOperationNotFoundException ( string message, string operationName ) : System
message string
operationName string
Результат System