コード例 #1
0
 public override void Handle(ReplicatedContentHandler contentHandler)
 {
     throw new System.NotSupportedException("No handler for this " + this.GetType());
 }
コード例 #2
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: public void handle(org.neo4j.causalclustering.messaging.marshalling.ReplicatedContentHandler contentHandler) throws java.io.IOException
        public override void Handle(ReplicatedContentHandler contentHandler)
        {
            contentHandler.Handle(this);
        }