Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Apache
NMS
ActiveMQ
IOException
C# Class Apache.NMS.ActiveMQ.IOException
Exception thrown when an IO error occurs
Inheritance:
NMSException
Mostrar archivo
Open project: ThorTech/apache-nms
Public Methods
Method
Description
IOException
( ) :
System
IOException
(
String
msg
) :
System
IOException
(
String
msg
,
Exception
inner
) :
System
Method Details
IOException()
public
method
public
IOException
( ) :
System
return
System
IOException()
public
method
public
IOException
(
String
msg
) :
System
msg
String
return
System
IOException()
public
method
public
IOException
(
String
msg
,
Exception
inner
) :
System
msg
String
inner
System.Exception
return
System