CQRSMicroservices.Framework.QueryNotFoundException.QueryNotFoundException C# (CSharp) 메소드

QueryNotFoundException() 공개 메소드

public QueryNotFoundException ( string queryName ) : System
queryName string
리턴 System
    public QueryNotFoundException(string queryName) : base(queryName)
    {

    }
  }
QueryNotFoundException