C# Class DotAmf.ServiceModel.Faults.AmfOperationNotFoundException

AMF operation not found.
Inheritance: System.Exception
Afficher le fichier Open project: artema/DotAmf

Méthodes publiques

Méthode Description
AmfOperationNotFoundException ( string operationName ) : System
AmfOperationNotFoundException ( string message, string operationName ) : System

Method Details

AmfOperationNotFoundException() public méthode

public AmfOperationNotFoundException ( string operationName ) : System
operationName string
Résultat System

AmfOperationNotFoundException() public méthode

public AmfOperationNotFoundException ( string message, string operationName ) : System
message string
operationName string
Résultat System