public class EventLog extends Component
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Diagnostics.EventLog
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: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System
|
static java.lang.String |
className
Qualified class name: System.Diagnostics.EventLog
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
EventLog() |
EventLog(java.lang.Object instance)
Internal constructor.
|
EventLog(java.lang.String logName) |
EventLog(java.lang.String logName,
java.lang.String machineName) |
EventLog(java.lang.String logName,
java.lang.String machineName,
java.lang.String source) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntryWritten(EntryWrittenEventHandler handler) |
void |
BeginInit() |
static EventLog |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into EventLog, a cast assert is made to check if types are compatible. |
void |
Clear() |
void |
Close() |
static void |
CreateEventSource(EventSourceCreationData sourceData) |
static void |
CreateEventSource(java.lang.String source,
java.lang.String logName) |
static void |
CreateEventSource(java.lang.String source,
java.lang.String logName,
java.lang.String machineName) |
static void |
Delete(java.lang.String logName) |
static void |
Delete(java.lang.String logName,
java.lang.String machineName) |
static void |
DeleteEventSource(java.lang.String source) |
static void |
DeleteEventSource(java.lang.String source,
java.lang.String machineName) |
void |
EndInit() |
static boolean |
Exists(java.lang.String logName) |
static boolean |
Exists(java.lang.String logName,
java.lang.String machineName) |
boolean |
getEnableRaisingEvents() |
EventLogEntryCollection |
getEntries() |
static EventLog[] |
GetEventLogs() |
static EventLog[] |
GetEventLogs(java.lang.String machineName) |
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
|
java.lang.String |
getLog() |
java.lang.String |
getLogDisplayName() |
java.lang.String |
getMachineName() |
long |
getMaximumKilobytes() |
int |
getMinimumRetentionDays() |
OverflowAction |
getOverflowAction() |
java.lang.String |
getSource() |
ISynchronizeInvoke |
getSynchronizingObject() |
static java.lang.String |
LogNameFromSourceName(java.lang.String source,
java.lang.String machineName) |
void |
ModifyOverflowPolicy(OverflowAction action,
int retentionDays) |
void |
RegisterDisplayName(java.lang.String resourceFile,
long resourceId) |
void |
removeEntryWritten(EntryWrittenEventHandler handler) |
void |
setEnableRaisingEvents(boolean EnableRaisingEvents) |
void |
setJCOInstance(JCObject instance) |
void |
setLog(java.lang.String Log) |
void |
setMachineName(java.lang.String MachineName) |
void |
setMaximumKilobytes(long MaximumKilobytes) |
void |
setSource(java.lang.String Source) |
void |
setSynchronizingObject(ISynchronizeInvoke SynchronizingObject) |
static boolean |
SourceExists(java.lang.String source) |
static boolean |
SourceExists(java.lang.String source,
java.lang.String machineName) |
void |
WriteEntry(java.lang.String message) |
void |
WriteEntry(java.lang.String message,
EventLogEntryType type) |
void |
WriteEntry(java.lang.String message,
EventLogEntryType type,
int eventID) |
void |
WriteEntry(java.lang.String message,
EventLogEntryType type,
int eventID,
short category) |
void |
WriteEntry(java.lang.String message,
EventLogEntryType type,
int eventID,
short category,
byte[] rawData) |
void |
WriteEntry(java.lang.String dupParam0,
EventLogEntryType dupParam1,
int dupParam2,
short dupParam3,
JCORefOut dupParam4) |
static void |
WriteEntry(java.lang.String source,
java.lang.String message) |
static void |
WriteEntry(java.lang.String source,
java.lang.String message,
EventLogEntryType type) |
static void |
WriteEntry(java.lang.String source,
java.lang.String message,
EventLogEntryType type,
int eventID) |
static void |
WriteEntry(java.lang.String source,
java.lang.String message,
EventLogEntryType type,
int eventID,
short category) |
static void |
WriteEntry(java.lang.String source,
java.lang.String message,
EventLogEntryType type,
int eventID,
short category,
byte[] rawData) |
static void |
WriteEntry(java.lang.String dupParam0,
java.lang.String dupParam1,
EventLogEntryType dupParam2,
int dupParam3,
short dupParam4,
JCORefOut dupParam5) |
void |
WriteEvent(EventInstance instance,
byte[] data,
NetObject... values) |
void |
WriteEvent(EventInstance dupParam0,
JCORefOut dupParam1,
NetObject... dupParam2) |
void |
WriteEvent(EventInstance instance,
NetObject... values) |
static void |
WriteEvent(java.lang.String source,
EventInstance instance,
byte[] data,
NetObject... values) |
static void |
WriteEvent(java.lang.String dupParam0,
EventInstance dupParam1,
JCORefOut dupParam2,
NetObject... dupParam3) |
static void |
WriteEvent(java.lang.String source,
EventInstance instance,
NetObject... values) |
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public EventLog()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NullReferenceException
public EventLog(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic EventLog(java.lang.String logName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NullReferenceException
public EventLog(java.lang.String logName,
java.lang.String machineName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NullReferenceException
public EventLog(java.lang.String logName,
java.lang.String machineName,
java.lang.String source)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
NullReferenceException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionIndexOutOfRangeExceptionpublic void addEntryWritten(EntryWrittenEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void BeginInit()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
NullReferenceException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
RankException,
Win32Exception
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionRankExceptionWin32Exceptionpublic static EventLog cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into EventLog, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedEventLog instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
NullReferenceException,
PlatformNotSupportedException,
SecurityException,
Win32Exception,
RankException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionSecurityExceptionWin32ExceptionRankExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionpublic void Close()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
NullReferenceException,
SecurityException,
Win32Exception,
PlatformNotSupportedException,
RankException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionSecurityExceptionWin32ExceptionPlatformNotSupportedExceptionRankExceptionpublic static void CreateEventSource(EventSourceCreationData sourceData) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, PlatformNotSupportedException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SecurityException, IndexOutOfRangeException, ApplicationException
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionIndexOutOfRangeExceptionApplicationExceptionpublic static void CreateEventSource(java.lang.String source,
java.lang.String logName)
throws java.lang.Throwable,
ArgumentNullException,
NullReferenceException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
PlatformNotSupportedException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AbandonedMutexException,
NotSupportedException,
SecurityException,
ApplicationException
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionNotSupportedExceptionSecurityExceptionApplicationExceptionpublic static void CreateEventSource(java.lang.String source,
java.lang.String logName,
java.lang.String machineName)
throws java.lang.Throwable,
ArgumentNullException,
NullReferenceException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
PlatformNotSupportedException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AbandonedMutexException,
NotSupportedException,
SecurityException,
ApplicationException
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionNotSupportedExceptionSecurityExceptionApplicationExceptionpublic static void Delete(java.lang.String logName)
throws java.lang.Throwable,
NullReferenceException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
SecurityException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AbandonedMutexException,
Win32Exception,
ApplicationException
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionSecurityExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionWin32ExceptionApplicationExceptionpublic static void Delete(java.lang.String logName,
java.lang.String machineName)
throws java.lang.Throwable,
NullReferenceException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
PlatformNotSupportedException,
SecurityException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
IndexOutOfRangeException,
Win32Exception,
ApplicationException
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionPlatformNotSupportedExceptionSecurityExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionIndexOutOfRangeExceptionWin32ExceptionApplicationExceptionpublic static void DeleteEventSource(java.lang.String source)
throws java.lang.Throwable,
NullReferenceException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
SecurityException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AbandonedMutexException,
ApplicationException
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionSecurityExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionApplicationExceptionpublic static void DeleteEventSource(java.lang.String source,
java.lang.String machineName)
throws java.lang.Throwable,
NullReferenceException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
PlatformNotSupportedException,
SecurityException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
IndexOutOfRangeException,
ApplicationException
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionPlatformNotSupportedExceptionSecurityExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionIndexOutOfRangeExceptionApplicationExceptionpublic void EndInit()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
NullReferenceException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
Win32Exception,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionWin32ExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionpublic static boolean Exists(java.lang.String logName)
throws java.lang.Throwable,
NullReferenceException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic static boolean Exists(java.lang.String logName,
java.lang.String machineName)
throws java.lang.Throwable,
NullReferenceException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
IndexOutOfRangeException
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionIndexOutOfRangeExceptionpublic boolean getEnableRaisingEvents()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
NullReferenceException
public EventLogEntryCollection getEntries() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, NullReferenceException
public static EventLog[] GetEventLogs() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, SecurityException, UnauthorizedAccessException, IOException
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic static EventLog[] GetEventLogs(java.lang.String machineName) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, PlatformNotSupportedException, SecurityException, UnauthorizedAccessException, IOException, IndexOutOfRangeException
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionIndexOutOfRangeExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic java.lang.String getLog()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
NullReferenceException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionpublic java.lang.String getLogDisplayName()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
NullReferenceException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
KeyNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionKeyNotFoundExceptionpublic java.lang.String getMachineName()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
NullReferenceException
public long getMaximumKilobytes()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
NullReferenceException,
NotSupportedException,
MissingMethodException,
TargetInvocationException,
SecurityException,
PlatformNotSupportedException,
IOException,
OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionPlatformNotSupportedExceptionIOExceptionOutOfMemoryExceptionpublic int getMinimumRetentionDays()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
NullReferenceException,
NotSupportedException,
MissingMethodException,
TargetInvocationException,
SecurityException,
PlatformNotSupportedException,
IOException,
OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionPlatformNotSupportedExceptionIOExceptionOutOfMemoryExceptionpublic OverflowAction getOverflowAction() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, NullReferenceException, NotSupportedException, MissingMethodException, TargetInvocationException, SecurityException, PlatformNotSupportedException, IOException, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionPlatformNotSupportedExceptionIOExceptionOutOfMemoryExceptionpublic java.lang.String getSource()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
NullReferenceException
public ISynchronizeInvoke getSynchronizingObject() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, NullReferenceException
public static java.lang.String LogNameFromSourceName(java.lang.String source,
java.lang.String machineName)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NullReferenceException,
PlatformNotSupportedException,
NotSupportedException,
MissingMethodException,
SecurityException,
UnauthorizedAccessException,
IOException,
IndexOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionPlatformNotSupportedExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionIndexOutOfRangeExceptionpublic void ModifyOverflowPolicy(OverflowAction action, int retentionDays) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, NullReferenceException, InvalidEnumArgumentException, NotSupportedException, MissingMethodException, TargetInvocationException, SecurityException, PlatformNotSupportedException, UnauthorizedAccessException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionInvalidEnumArgumentExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionPlatformNotSupportedExceptionUnauthorizedAccessExceptionpublic void RegisterDisplayName(java.lang.String resourceFile,
long resourceId)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
NullReferenceException,
NotSupportedException,
MissingMethodException,
TargetInvocationException,
SecurityException,
PlatformNotSupportedException,
UnauthorizedAccessException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionPlatformNotSupportedExceptionUnauthorizedAccessExceptionpublic void removeEntryWritten(EntryWrittenEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setEnableRaisingEvents(boolean EnableRaisingEvents)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
NullReferenceException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
Win32Exception,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionWin32ExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setLog(java.lang.String Log)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
NullReferenceException,
SecurityException,
NotSupportedException,
MissingMethodException,
PlatformNotSupportedException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
Win32Exception,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionSecurityExceptionNotSupportedExceptionMissingMethodExceptionPlatformNotSupportedExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionWin32ExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic void setMachineName(java.lang.String MachineName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
NullReferenceException,
IndexOutOfRangeException,
SecurityException,
NotSupportedException,
PlatformNotSupportedException,
UnauthorizedAccessException,
IOException,
Win32Exception,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionPlatformNotSupportedExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic void setMaximumKilobytes(long MaximumKilobytes)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
NullReferenceException,
NotSupportedException,
MissingMethodException,
TargetInvocationException,
SecurityException,
PlatformNotSupportedException,
UnauthorizedAccessException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionPlatformNotSupportedExceptionUnauthorizedAccessExceptionpublic void setSource(java.lang.String Source)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
NullReferenceException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
Win32Exception,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionWin32ExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionpublic void setSynchronizingObject(ISynchronizeInvoke SynchronizingObject) throws java.lang.Throwable
java.lang.Throwablepublic static boolean SourceExists(java.lang.String source)
throws java.lang.Throwable,
NullReferenceException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
PlatformNotSupportedException,
NotSupportedException,
MissingMethodException,
SecurityException,
UnauthorizedAccessException,
IOException
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic static boolean SourceExists(java.lang.String source,
java.lang.String machineName)
throws java.lang.Throwable,
NullReferenceException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic void WriteEntry(java.lang.String message)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NullReferenceException,
NotSupportedException,
InvalidEnumArgumentException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ApplicationException,
Win32Exception,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionWin32ExceptionKeyNotFoundExceptionpublic void WriteEntry(java.lang.String message,
EventLogEntryType type)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NullReferenceException,
NotSupportedException,
InvalidEnumArgumentException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ApplicationException,
Win32Exception,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionWin32ExceptionKeyNotFoundExceptionpublic void WriteEntry(java.lang.String message,
EventLogEntryType type,
int eventID)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NullReferenceException,
NotSupportedException,
InvalidEnumArgumentException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ApplicationException,
Win32Exception,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionWin32ExceptionKeyNotFoundExceptionpublic void WriteEntry(java.lang.String message,
EventLogEntryType type,
int eventID,
short category)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NullReferenceException,
NotSupportedException,
InvalidEnumArgumentException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ApplicationException,
Win32Exception,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionWin32ExceptionKeyNotFoundExceptionpublic void WriteEntry(java.lang.String message,
EventLogEntryType type,
int eventID,
short category,
byte[] rawData)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
NotSupportedException,
InvalidEnumArgumentException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AbandonedMutexException,
ApplicationException,
Win32Exception,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionApplicationExceptionWin32ExceptionKeyNotFoundExceptionpublic void WriteEntry(java.lang.String dupParam0,
EventLogEntryType dupParam1,
int dupParam2,
short dupParam3,
JCORefOut dupParam4)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
NotSupportedException,
InvalidEnumArgumentException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AbandonedMutexException,
ApplicationException,
Win32Exception,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionApplicationExceptionWin32ExceptionKeyNotFoundExceptionpublic static void WriteEntry(java.lang.String source,
java.lang.String message)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NullReferenceException,
NotSupportedException,
InvalidEnumArgumentException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ApplicationException,
Win32Exception,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionWin32ExceptionKeyNotFoundExceptionpublic static void WriteEntry(java.lang.String source,
java.lang.String message,
EventLogEntryType type)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NullReferenceException,
NotSupportedException,
InvalidEnumArgumentException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ApplicationException,
Win32Exception,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionWin32ExceptionKeyNotFoundExceptionpublic static void WriteEntry(java.lang.String source,
java.lang.String message,
EventLogEntryType type,
int eventID)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NullReferenceException,
NotSupportedException,
InvalidEnumArgumentException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ApplicationException,
Win32Exception,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionWin32ExceptionKeyNotFoundExceptionpublic static void WriteEntry(java.lang.String source,
java.lang.String message,
EventLogEntryType type,
int eventID,
short category)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NullReferenceException,
NotSupportedException,
InvalidEnumArgumentException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ApplicationException,
Win32Exception,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionWin32ExceptionKeyNotFoundExceptionpublic static void WriteEntry(java.lang.String source,
java.lang.String message,
EventLogEntryType type,
int eventID,
short category,
byte[] rawData)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
NotSupportedException,
InvalidEnumArgumentException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AbandonedMutexException,
ApplicationException,
Win32Exception,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionApplicationExceptionWin32ExceptionKeyNotFoundExceptionpublic static void WriteEntry(java.lang.String dupParam0,
java.lang.String dupParam1,
EventLogEntryType dupParam2,
int dupParam3,
short dupParam4,
JCORefOut dupParam5)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
NotSupportedException,
InvalidEnumArgumentException,
PlatformNotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AbandonedMutexException,
ApplicationException,
Win32Exception,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionApplicationExceptionWin32ExceptionKeyNotFoundExceptionpublic void WriteEvent(EventInstance instance, byte[] data, NetObject... values) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, NullReferenceException, PlatformNotSupportedException, NotSupportedException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, ApplicationException, Win32Exception, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionApplicationExceptionWin32ExceptionKeyNotFoundExceptionpublic void WriteEvent(EventInstance dupParam0, JCORefOut dupParam1, NetObject... dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, NullReferenceException, PlatformNotSupportedException, NotSupportedException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, ApplicationException, Win32Exception, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionApplicationExceptionWin32ExceptionKeyNotFoundExceptionpublic void WriteEvent(EventInstance instance, NetObject... values) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, NullReferenceException, ObjectDisposedException, PlatformNotSupportedException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, PathTooLongException, DriveNotFoundException, OperationCanceledException, CultureNotFoundException, NotSupportedException, ApplicationException, Win32Exception, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionCultureNotFoundExceptionNotSupportedExceptionApplicationExceptionWin32ExceptionKeyNotFoundExceptionpublic static void WriteEvent(java.lang.String source,
EventInstance instance,
byte[] data,
NetObject... values)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
PlatformNotSupportedException,
NotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AbandonedMutexException,
ApplicationException,
Win32Exception,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionApplicationExceptionWin32ExceptionKeyNotFoundExceptionpublic static void WriteEvent(java.lang.String dupParam0,
EventInstance dupParam1,
JCORefOut dupParam2,
NetObject... dupParam3)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
PlatformNotSupportedException,
NotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AbandonedMutexException,
ApplicationException,
Win32Exception,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionApplicationExceptionWin32ExceptionKeyNotFoundExceptionpublic static void WriteEvent(java.lang.String source,
EventInstance instance,
NetObject... values)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
PlatformNotSupportedException,
NotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException,
SystemException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AbandonedMutexException,
ApplicationException,
Win32Exception,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionApplicationExceptionWin32ExceptionKeyNotFoundException