C# 클래스 DotAmf.ServiceModel.Faults.AmfOperationNotFoundException

AMF operation not found.
상속: System.Exception
파일 보기 프로젝트 열기: artema/DotAmf

공개 메소드들

메소드 설명
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