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.StringassemblyFullNameFully assembly qualified name: System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Corestatic java.lang.StringclassNameQualified class name: System.Diagnostics.EventSchemaTraceListenerstatic JCTypeclassTypeThe 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 EventSchemaTraceListenercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoEventSchemaTraceListener, a cast assert is made to check if types are compatible.voidClose()voidFail(java.lang.String message, java.lang.String detailMessage)voidFlush()intgetBufferSize()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypelonggetMaximumFileSize()intgetMaximumNumberOfFiles()TraceLogRetentionOptiongetTraceLogRetentionOption()TextWritergetWriter()voidsetJCOInstance(JCObject instance)voidsetWriter(TextWriter Writer)voidTraceData(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, NetObject data)voidTraceData(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, NetObject... data)voidTraceEvent(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, java.lang.String message)voidTraceEvent(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, java.lang.String format, NetObject... args)voidTraceTransfer(TraceEventCache eventCache, java.lang.String source, int id, java.lang.String message, Guid relatedActivityId)voidWrite(java.lang.String message)voidWriteLine(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.ThrowableInternal 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.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPathTooLongExceptionMemberAccessExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionFormatException
-
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.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionPathTooLongExceptionMemberAccessExceptionNotSupportedException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionPathTooLongExceptionMemberAccessExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionPathTooLongExceptionMemberAccessExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionFormatException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classTextWriterTraceListener- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classTextWriterTraceListener- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classTextWriterTraceListener- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classTextWriterTraceListener- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classTextWriterTraceListener
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classTextWriterTraceListener- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static EventSchemaTraceListener cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoEventSchemaTraceListener, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
EventSchemaTraceListenerinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Close
public void Close() throws java.lang.Throwable, ArgumentNullException- Overrides:
Closein classTextWriterTraceListener- Throws:
java.lang.ThrowableArgumentNullException
-
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:
Failin classTraceListener- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionWin32ExceptionOverflowExceptionIndexOutOfRangeException
-
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:
Flushin classTextWriterTraceListener- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledException
-
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:
TraceDatain classTraceListener- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOverflowExceptionCultureNotFoundExceptionNullReferenceExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionSecurityExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
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:
TraceDatain classTraceListener- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOverflowExceptionCultureNotFoundExceptionNullReferenceExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionSecurityExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
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:
TraceEventin classTraceListener- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOverflowExceptionCultureNotFoundExceptionNullReferenceExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionSecurityExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
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:
TraceEventin classTraceListener- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOverflowExceptionCultureNotFoundExceptionNullReferenceExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionSecurityExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
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:
TraceTransferin classTraceListener- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOverflowExceptionCultureNotFoundExceptionNullReferenceExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionSecurityExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
Write
public void Write(java.lang.String message) throws java.lang.Throwable- Overrides:
Writein 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:
WriteLinein classTextWriterTraceListener- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionPlatformNotSupportedExceptionWin32ExceptionOverflowExceptionIndexOutOfRangeException
-
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:
getWriterin classTextWriterTraceListener- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledException
-
setWriter
public void setWriter(TextWriter Writer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
- Overrides:
setWriterin classTextWriterTraceListener- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedException
-
-