Kinetica C# API
Version 7.2.3.0
AvroTypeException.cs
Go to the documentation of this file.
1
18
using
System;
19
using
System.Collections.Generic;
20
using
System.Text;
21
22
namespace
Avro
23
{
24
public
class
AvroTypeException
:
AvroException
25
{
26
public
AvroTypeException
(
string
s)
27
: base(s)
28
{
29
}
30
}
31
}
Avro.AvroException
Definition:
AvroException.cs:24
Avro
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition:
AvroRuntimeException.cs:23
Avro.AvroTypeException.AvroTypeException
AvroTypeException(string s)
Definition:
AvroTypeException.cs:26
Avro.AvroTypeException
Definition:
AvroTypeException.cs:24
_build
public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0
install
Avro
src
apache
main
Schema
AvroTypeException.cs
Generated by
1.8.15