Class UTFDataFormatException
Inheritance
System.Object
UTFDataFormatException
Namespace: JavaDataIO
Assembly: JavaDataIO.dll
Syntax
public sealed class UTFDataFormatException : Exception
Constructors
UTFDataFormatException()
Declaration
public UTFDataFormatException()
UTFDataFormatException(String)
Declaration
public UTFDataFormatException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
UTFDataFormatException(String, Exception)
Declaration
public UTFDataFormatException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | inner |