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