Package system.diagnostics
Class EventSchemaTraceListener
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.diagnostics.TraceListener
-
- system.diagnostics.TextWriterTraceListener
-
- system.diagnostics.EventSchemaTraceListener
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class EventSchemaTraceListener extends TextWriterTraceListener
The base .NET class managing System.Diagnostics.EventSchemaTraceListener, System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Diagnostics.EventSchemaTraceListener
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Corestatic java.lang.String
className
Qualified class name: System.Diagnostics.EventSchemaTraceListenerstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description EventSchemaTraceListener()
EventSchemaTraceListener(java.lang.Object instance)
Internal constructor.EventSchemaTraceListener(java.lang.String fileName)
EventSchemaTraceListener(java.lang.String fileName, java.lang.String name)
EventSchemaTraceListener(java.lang.String fileName, java.lang.String name, int bufferSize)
EventSchemaTraceListener(java.lang.String fileName, java.lang.String name, int bufferSize, TraceLogRetentionOption logRetentionOption)
EventSchemaTraceListener(java.lang.String fileName, java.lang.String name, int bufferSize, TraceLogRetentionOption logRetentionOption, long maximumFileSize)
EventSchemaTraceListener(java.lang.String fileName, java.lang.String name, int bufferSize, TraceLogRetentionOption logRetentionOption, long maximumFileSize, int maximumNumberOfFiles)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EventSchemaTraceListener
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoEventSchemaTraceListener
, a cast assert is made to check if types are compatible.void
Close()
void
Fail(java.lang.String message, java.lang.String detailMessage)
void
Flush()
int
getBufferSize()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typelong
getMaximumFileSize()
int
getMaximumNumberOfFiles()
TraceLogRetentionOption
getTraceLogRetentionOption()
TextWriter
getWriter()
void
setJCOInstance(JCObject instance)
void
setWriter(TextWriter Writer)
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
TraceTransfer(TraceEventCache eventCache, java.lang.String source, int id, java.lang.String message, Guid relatedActivityId)
void
Write(java.lang.String message)
void
WriteLine(java.lang.String message)
-
Methods inherited from class system.diagnostics.TraceListener
close, Dispose, Fail, getAttributes, getFilter, getIndentLevel, getIndentSize, getIsThreadSafe, getName, getTraceOutputOptions, setFilter, setIndentLevel, setIndentSize, setName, setTraceOutputOptions, TraceEvent, Write, Write, Write, WriteLine, WriteLine, WriteLine
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService, InitializeLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Core- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Diagnostics.EventSchemaTraceListener- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EventSchemaTraceListener
public EventSchemaTraceListener(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
EventSchemaTraceListener
public EventSchemaTraceListener() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
EventSchemaTraceListener
public EventSchemaTraceListener(java.lang.String fileName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, MemberAccessException, IndexOutOfRangeException
-
EventSchemaTraceListener
public EventSchemaTraceListener(java.lang.String fileName, java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, MemberAccessException, PathTooLongException, NotSupportedException, IndexOutOfRangeException
-
EventSchemaTraceListener
public EventSchemaTraceListener(java.lang.String fileName, java.lang.String name, int bufferSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PathTooLongException, MemberAccessException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
PathTooLongException
MemberAccessException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
FormatException
-
EventSchemaTraceListener
public EventSchemaTraceListener(java.lang.String fileName, java.lang.String name, int bufferSize, TraceLogRetentionOption logRetentionOption) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, PathTooLongException, MemberAccessException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
PathTooLongException
MemberAccessException
NotSupportedException
-
EventSchemaTraceListener
public EventSchemaTraceListener(java.lang.String fileName, java.lang.String name, int bufferSize, TraceLogRetentionOption logRetentionOption, long maximumFileSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, PathTooLongException, MemberAccessException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
PathTooLongException
MemberAccessException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
-
EventSchemaTraceListener
public EventSchemaTraceListener(java.lang.String fileName, java.lang.String name, int bufferSize, TraceLogRetentionOption logRetentionOption, long maximumFileSize, int maximumNumberOfFiles) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, PathTooLongException, MemberAccessException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
PathTooLongException
MemberAccessException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
FormatException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classTextWriterTraceListener
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classTextWriterTraceListener
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classTextWriterTraceListener
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classTextWriterTraceListener
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classTextWriterTraceListener
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classTextWriterTraceListener
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static EventSchemaTraceListener cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoEventSchemaTraceListener
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
EventSchemaTraceListener
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Close
public void Close() throws java.lang.Throwable, ArgumentNullException
- Overrides:
Close
in classTextWriterTraceListener
- Throws:
java.lang.Throwable
ArgumentNullException
-
Fail
public void Fail(java.lang.String message, java.lang.String detailMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, NotImplementedException, NotSupportedException, InvalidOperationException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, Win32Exception, OverflowException, IndexOutOfRangeException
- Overrides:
Fail
in classTraceListener
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
NotImplementedException
NotSupportedException
InvalidOperationException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
Win32Exception
OverflowException
IndexOutOfRangeException
-
Flush
public void Flush() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, FormatException, OverflowException, NotSupportedException, NotImplementedException, MissingManifestResourceException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException
- Overrides:
Flush
in classTextWriterTraceListener
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
InvalidOperationException
FormatException
OverflowException
NotSupportedException
NotImplementedException
MissingManifestResourceException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
-
TraceData
public void TraceData(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, NetObject data) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, IndexOutOfRangeException, OverflowException, CultureNotFoundException, NullReferenceException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, SecurityException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Overrides:
TraceData
in classTraceListener
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
InvalidOperationException
IndexOutOfRangeException
OverflowException
CultureNotFoundException
NullReferenceException
ObjectDisposedException
AbandonedMutexException
MissingManifestResourceException
PlatformNotSupportedException
NotSupportedException
OutOfMemoryException
Win32Exception
SecurityException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
TraceData
public void TraceData(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, NetObject... data) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, IndexOutOfRangeException, OverflowException, CultureNotFoundException, NullReferenceException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, SecurityException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Overrides:
TraceData
in classTraceListener
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
InvalidOperationException
IndexOutOfRangeException
OverflowException
CultureNotFoundException
NullReferenceException
ObjectDisposedException
AbandonedMutexException
MissingManifestResourceException
PlatformNotSupportedException
NotSupportedException
OutOfMemoryException
Win32Exception
SecurityException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
TraceEvent
public void TraceEvent(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, java.lang.String message) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, IndexOutOfRangeException, OverflowException, CultureNotFoundException, NullReferenceException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, SecurityException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Overrides:
TraceEvent
in classTraceListener
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
InvalidOperationException
IndexOutOfRangeException
OverflowException
CultureNotFoundException
NullReferenceException
ObjectDisposedException
AbandonedMutexException
MissingManifestResourceException
PlatformNotSupportedException
NotSupportedException
OutOfMemoryException
Win32Exception
SecurityException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
TraceEvent
public void TraceEvent(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, java.lang.String format, NetObject... args) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, IndexOutOfRangeException, OverflowException, CultureNotFoundException, NullReferenceException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, SecurityException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Overrides:
TraceEvent
in classTraceListener
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
InvalidOperationException
IndexOutOfRangeException
OverflowException
CultureNotFoundException
NullReferenceException
ObjectDisposedException
AbandonedMutexException
MissingManifestResourceException
PlatformNotSupportedException
NotSupportedException
OutOfMemoryException
Win32Exception
SecurityException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
TraceTransfer
public void TraceTransfer(TraceEventCache eventCache, java.lang.String source, int id, java.lang.String message, Guid relatedActivityId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, IndexOutOfRangeException, OverflowException, CultureNotFoundException, NullReferenceException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, SecurityException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Overrides:
TraceTransfer
in classTraceListener
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
InvalidOperationException
IndexOutOfRangeException
OverflowException
CultureNotFoundException
NullReferenceException
ObjectDisposedException
AbandonedMutexException
MissingManifestResourceException
PlatformNotSupportedException
NotSupportedException
OutOfMemoryException
Win32Exception
SecurityException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
Write
public void Write(java.lang.String message) throws java.lang.Throwable
- Overrides:
Write
in classTextWriterTraceListener
- Throws:
java.lang.Throwable
-
WriteLine
public void WriteLine(java.lang.String message) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, PlatformNotSupportedException, Win32Exception, OverflowException, IndexOutOfRangeException
- Overrides:
WriteLine
in classTextWriterTraceListener
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
PlatformNotSupportedException
Win32Exception
OverflowException
IndexOutOfRangeException
-
getBufferSize
public int getBufferSize() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, OverflowException, NotImplementedException, MissingManifestResourceException
-
getMaximumNumberOfFiles
public int getMaximumNumberOfFiles() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, OverflowException, NotImplementedException, MissingManifestResourceException
-
getMaximumFileSize
public long getMaximumFileSize() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, OverflowException, NotImplementedException, MissingManifestResourceException
-
getTraceLogRetentionOption
public TraceLogRetentionOption getTraceLogRetentionOption() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, OverflowException, NotImplementedException, MissingManifestResourceException
-
getWriter
public TextWriter getWriter() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, FormatException, OverflowException, NotSupportedException, NotImplementedException, MissingManifestResourceException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException
- Overrides:
getWriter
in classTextWriterTraceListener
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
InvalidOperationException
FormatException
OverflowException
NotSupportedException
NotImplementedException
MissingManifestResourceException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
-
setWriter
public void setWriter(TextWriter Writer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
- Overrides:
setWriter
in classTextWriterTraceListener
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
-
-