Avro.AvroTypeException.AvroTypeException C# (CSharp) 메소드

AvroTypeException() 공개 메소드

public AvroTypeException ( string s ) : System
s string
리턴 System
        public AvroTypeException(string s)
            : base(s)
        {
        }
    }
AvroTypeException