Kinetica C# API
Version 7.2.3.0
AvroRuntimeException.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
public
class
AvroRuntimeException
:
AvroException
26
{
27
public
AvroRuntimeException
(
string
s)
28
: base(s)
29
{
30
31
}
32
public
AvroRuntimeException
(
string
s, Exception inner)
33
: base(s, inner)
34
{
35
36
}
37
}
38
}
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.AvroRuntimeException
Definition:
AvroRuntimeException.cs:25
Avro.AvroRuntimeException.AvroRuntimeException
AvroRuntimeException(string s, Exception inner)
Definition:
AvroRuntimeException.cs:32
Avro.AvroRuntimeException.AvroRuntimeException
AvroRuntimeException(string s)
Definition:
AvroRuntimeException.cs:27
_build
public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0
install
Avro
src
apache
main
CodeGen
AvroRuntimeException.cs
Generated by
1.8.15