C# 클래스 Avro.AvroException

A generic Avro exception.
상속: Exception
파일 보기 프로젝트 열기: zolyfarkas/avro

공개 메소드들

메소드 설명
AvroException ( string s ) : System
AvroException ( string s, Exception inner ) : System

메소드 상세

AvroException() 공개 메소드

public AvroException ( string s ) : System
s string
리턴 System

AvroException() 공개 메소드

public AvroException ( string s, Exception inner ) : System
s string
inner Exception
리턴 System