public class FileLogTraceListener extends TraceListener
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.VisualBasic.Logging.FileLogTraceListener
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.VisualBasic.Forms
|
static java.lang.String |
className
Qualified class name: Microsoft.VisualBasic.Logging.FileLogTraceListener
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
FileLogTraceListener() |
FileLogTraceListener(java.lang.Object instance)
Internal constructor.
|
FileLogTraceListener(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
static FileLogTraceListener |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into FileLogTraceListener, a cast assert is made to check if types are compatible. |
void |
Close() |
void |
Flush() |
boolean |
getAppend() |
boolean |
getAutoFlush() |
java.lang.String |
getBaseFileName() |
java.lang.String |
getCustomLocation() |
java.lang.String |
getDelimiter() |
DiskSpaceExhaustedOption |
getDiskSpaceExhaustedBehavior() |
Encoding |
getEncoding() |
java.lang.String |
getFullLogFileName() |
boolean |
getIncludeHostName() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
LogFileLocation |
getLocation() |
LogFileCreationScheduleOption |
getLogFileCreationSchedule() |
long |
getMaxFileSize() |
long |
getReserveDiskSpace() |
void |
setAppend(boolean Append) |
void |
setAutoFlush(boolean AutoFlush) |
void |
setBaseFileName(java.lang.String BaseFileName) |
void |
setCustomLocation(java.lang.String CustomLocation) |
void |
setDelimiter(java.lang.String Delimiter) |
void |
setDiskSpaceExhaustedBehavior(DiskSpaceExhaustedOption DiskSpaceExhaustedBehavior) |
void |
setEncoding(Encoding Encoding) |
void |
setIncludeHostName(boolean IncludeHostName) |
void |
setJCOInstance(JCObject instance) |
void |
setLocation(LogFileLocation Location) |
void |
setLogFileCreationSchedule(LogFileCreationScheduleOption LogFileCreationSchedule) |
void |
setMaxFileSize(long MaxFileSize) |
void |
setReserveDiskSpace(long ReserveDiskSpace) |
void |
TraceData(TraceEventCache eventCache,
java.lang.String source,
TraceEventType eventType,
int id,
NetObject... data) |
void |
TraceData(TraceEventCache eventCache,
java.lang.String source,
TraceEventType eventType,
int id,
NetObject data) |
void |
TraceEvent(TraceEventCache eventCache,
java.lang.String source,
TraceEventType eventType,
int id,
java.lang.String message) |
void |
TraceEvent(TraceEventCache eventCache,
java.lang.String source,
TraceEventType eventType,
int id,
java.lang.String format,
NetObject... args) |
void |
Write(java.lang.String message) |
void |
WriteLine(java.lang.String message) |
close, Dispose, Fail, Fail, getAttributes, getFilter, getIndentLevel, getIndentSize, getIsThreadSafe, getName, getTraceOutputOptions, setFilter, setIndentLevel, setIndentSize, setName, setTraceOutputOptions, TraceEvent, TraceTransfer, Write, Write, Write, WriteLine, WriteLine, WriteLineGetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public FileLogTraceListener()
throws java.lang.Throwable,
InvalidOperationException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
NotSupportedException,
OverflowException,
FormatException,
FileNotFoundException,
OutOfMemoryException,
InvalidTimeZoneException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionNotSupportedExceptionOverflowExceptionFormatExceptionFileNotFoundExceptionOutOfMemoryExceptionInvalidTimeZoneExceptionpublic FileLogTraceListener(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic FileLogTraceListener(java.lang.String name)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
PlatformNotSupportedException,
FormatException,
ArgumentOutOfRangeException,
OverflowException,
FileNotFoundException,
OutOfMemoryException,
InvalidTimeZoneException,
SecurityException,
ArrayTypeMismatchException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionPlatformNotSupportedExceptionFormatExceptionArgumentOutOfRangeExceptionOverflowExceptionFileNotFoundExceptionOutOfMemoryExceptionInvalidTimeZoneExceptionSecurityExceptionArrayTypeMismatchExceptionpublic static FileLogTraceListener cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into FileLogTraceListener, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedFileLogTraceListener instancejava.lang.Throwable - in case of error during cast operationpublic void Close()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
PlatformNotSupportedException,
OutOfMemoryException,
ArgumentNullException,
FormatException,
ObjectDisposedException,
ArrayTypeMismatchException
Close in class TraceListenerjava.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionArgumentNullExceptionFormatExceptionObjectDisposedExceptionArrayTypeMismatchExceptionpublic void Flush()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
OutOfMemoryException,
NotSupportedException,
ArrayTypeMismatchException,
InvalidOperationException,
ObjectDisposedException
Flush in class TraceListenerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionNotSupportedExceptionArrayTypeMismatchExceptionInvalidOperationExceptionObjectDisposedExceptionpublic boolean getAppend()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
FileNotFoundException,
OverflowException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionFileNotFoundExceptionOverflowExceptionOutOfMemoryExceptionpublic boolean getAutoFlush()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
FileNotFoundException,
OverflowException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionFileNotFoundExceptionOverflowExceptionOutOfMemoryExceptionpublic java.lang.String getBaseFileName()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException
public java.lang.String getCustomLocation()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
KeyNotFoundException,
InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionKeyNotFoundExceptionInvalidEnumArgumentExceptionpublic java.lang.String getDelimiter()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException
public DiskSpaceExhaustedOption getDiskSpaceExhaustedBehavior() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, TypeLoadException, KeyNotFoundException, InvalidEnumArgumentException, FileNotFoundException, OverflowException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionTypeLoadExceptionKeyNotFoundExceptionInvalidEnumArgumentExceptionFileNotFoundExceptionOverflowExceptionFormatExceptionpublic Encoding getEncoding() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException
public java.lang.String getFullLogFileName()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
InvalidOperationException,
NotSupportedException,
InvalidEnumArgumentException,
FileNotFoundException,
CultureNotFoundException,
OverflowException,
OutOfMemoryException,
FormatException,
ObjectDisposedException,
ArrayTypeMismatchException,
IndexOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidOperationExceptionNotSupportedExceptionInvalidEnumArgumentExceptionFileNotFoundExceptionCultureNotFoundExceptionOverflowExceptionOutOfMemoryExceptionFormatExceptionObjectDisposedExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionpublic boolean getIncludeHostName()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
FileNotFoundException,
OverflowException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionFileNotFoundExceptionOverflowExceptionOutOfMemoryExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class TraceListenerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class TraceListenerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class TraceListenerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class TraceListenerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class TraceListenerJCType representing the CLR Type of the instantiated Classpublic LogFileLocation getLocation() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, TypeLoadException, KeyNotFoundException, InvalidEnumArgumentException, ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionTypeLoadExceptionKeyNotFoundExceptionInvalidEnumArgumentExceptionArrayTypeMismatchExceptionpublic LogFileCreationScheduleOption getLogFileCreationSchedule() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, TypeLoadException, KeyNotFoundException, InvalidEnumArgumentException, ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionTypeLoadExceptionKeyNotFoundExceptionInvalidEnumArgumentExceptionArrayTypeMismatchExceptionpublic long getMaxFileSize()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
FormatException,
OverflowException,
InvalidEnumArgumentException,
FileNotFoundException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionOverflowExceptionInvalidEnumArgumentExceptionFileNotFoundExceptionOutOfMemoryExceptionpublic long getReserveDiskSpace()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
FormatException,
OverflowException,
InvalidEnumArgumentException,
FileNotFoundException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionOverflowExceptionInvalidEnumArgumentExceptionFileNotFoundExceptionOutOfMemoryExceptionpublic void setAppend(boolean Append)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
InvalidOperationException,
NotSupportedException,
InvalidEnumArgumentException,
OverflowException,
FormatException,
FileNotFoundException,
RankException,
ArrayTypeMismatchException
public void setAutoFlush(boolean AutoFlush)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
InvalidOperationException,
NotSupportedException,
InvalidEnumArgumentException,
OverflowException,
FormatException,
FileNotFoundException,
RankException,
ArrayTypeMismatchException
public void setBaseFileName(java.lang.String BaseFileName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
IndexOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
ExternalException
public void setCustomLocation(java.lang.String CustomLocation)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
OutOfMemoryException,
ExternalException,
CultureNotFoundException,
MissingMethodException,
TargetInvocationException,
KeyNotFoundException,
InvalidEnumArgumentException,
ObjectDisposedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionKeyNotFoundExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionpublic void setDelimiter(java.lang.String Delimiter)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException
public void setDiskSpaceExhaustedBehavior(DiskSpaceExhaustedOption DiskSpaceExhaustedBehavior) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, InvalidEnumArgumentException, OverflowException, FormatException, FileNotFoundException, RankException, ArrayTypeMismatchException
public void setEncoding(Encoding Encoding) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
public void setIncludeHostName(boolean IncludeHostName)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
InvalidOperationException,
NotSupportedException,
InvalidEnumArgumentException,
OverflowException,
FormatException,
FileNotFoundException,
RankException,
ArrayTypeMismatchException
public void setJCOInstance(JCObject instance)
setJCOInstance in class TraceListenerpublic void setLocation(LogFileLocation Location) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, NotSupportedException
public void setLogFileCreationSchedule(LogFileCreationScheduleOption LogFileCreationSchedule) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, NotSupportedException
public void setMaxFileSize(long MaxFileSize)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
InvalidOperationException,
NotSupportedException,
InvalidEnumArgumentException,
OverflowException,
FormatException,
FileNotFoundException,
RankException,
ArrayTypeMismatchException
public void setReserveDiskSpace(long ReserveDiskSpace)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
InvalidOperationException,
NotSupportedException,
InvalidEnumArgumentException,
OverflowException,
FormatException,
FileNotFoundException,
RankException,
ArrayTypeMismatchException
public void TraceData(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, NetObject... data) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, OutOfMemoryException, IndexOutOfRangeException, CultureNotFoundException, ArgumentNullException, FormatException, OverflowException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException
TraceData in class TraceListenerjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionArgumentNullExceptionFormatExceptionOverflowExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionpublic void TraceData(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, NetObject data) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, OutOfMemoryException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, FormatException, RankException, OverflowException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException
TraceData in class TraceListenerjava.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionCultureNotFoundExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionNotSupportedExceptionArgumentNullExceptionFormatExceptionRankExceptionOverflowExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionpublic void TraceEvent(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, java.lang.String message) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, OutOfMemoryException, ArrayTypeMismatchException, ArgumentNullException, FormatException, TypeLoadException, OverflowException, InvalidEnumArgumentException, FileNotFoundException, ObjectDisposedException, Win32Exception
TraceEvent in class TraceListenerjava.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionCultureNotFoundExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionArgumentNullExceptionFormatExceptionTypeLoadExceptionOverflowExceptionInvalidEnumArgumentExceptionFileNotFoundExceptionObjectDisposedExceptionWin32Exceptionpublic void TraceEvent(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, java.lang.String format, NetObject... args) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, CultureNotFoundException, OutOfMemoryException, OverflowException, InvalidEnumArgumentException, Win32Exception
TraceEvent in class TraceListenerjava.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionCultureNotFoundExceptionOutOfMemoryExceptionOverflowExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic void Write(java.lang.String message)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
InvalidOperationException,
CultureNotFoundException,
KeyNotFoundException,
NotSupportedException,
InvalidEnumArgumentException,
ObjectDisposedException,
OverflowException,
ArgumentNullException,
FormatException,
ArrayTypeMismatchException,
Win32Exception
Write in class TraceListenerjava.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionCultureNotFoundExceptionKeyNotFoundExceptionNotSupportedExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionOverflowExceptionArgumentNullExceptionFormatExceptionArrayTypeMismatchExceptionWin32Exceptionpublic void WriteLine(java.lang.String message)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
InvalidOperationException,
CultureNotFoundException,
KeyNotFoundException,
NotSupportedException,
InvalidEnumArgumentException,
ObjectDisposedException,
OverflowException,
ArgumentNullException,
FormatException,
ArrayTypeMismatchException,
Win32Exception
WriteLine in class TraceListenerjava.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionCultureNotFoundExceptionKeyNotFoundExceptionNotSupportedExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionOverflowExceptionArgumentNullExceptionFormatExceptionArrayTypeMismatchExceptionWin32Exception