C# Class DotAmf.ServiceModel.Faults.AmfOperationNotFoundException

AMF operation not found.
Inheritance: System.Exception
Exibir arquivo Open project: artema/DotAmf

Public Methods

Method Description
AmfOperationNotFoundException ( string operationName ) : System
AmfOperationNotFoundException ( string message, string operationName ) : System

Method Details

AmfOperationNotFoundException() public method

public AmfOperationNotFoundException ( string operationName ) : System
operationName string
return System

AmfOperationNotFoundException() public method

public AmfOperationNotFoundException ( string message, string operationName ) : System
message string
operationName string
return System