Package microsoft.build.utilities
Class TaskLoggingHelper
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- microsoft.build.utilities.TaskLoggingHelper
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
TaskLoggingHelperExtension
public class TaskLoggingHelper extends MarshalByRefObject
The base .NET class managing Microsoft.Build.Utilities.TaskLoggingHelper, Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Utilities.TaskLoggingHelper
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: Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: Microsoft.Build.Utilities.v4.0static java.lang.StringclassNameQualified class name: Microsoft.Build.Utilities.TaskLoggingHelperstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description TaskLoggingHelper()TaskLoggingHelper(java.lang.Object instance)Internal constructor.TaskLoggingHelper(IBuildEngine buildEngine, java.lang.String taskName)TaskLoggingHelper(ITask taskInstance)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TaskLoggingHelpercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoTaskLoggingHelper, a cast assert is made to check if types are compatible.java.lang.StringExtractMessageCode(java.lang.String message, JCORefOut messageWithoutCodePrefix)java.lang.StringFormatResourceString(java.lang.String resourceName, NetObject... args)java.lang.StringFormatString(java.lang.String unformatted, NetObject... args)booleangetHasLoggedErrors()java.lang.StringgetHelpKeywordPrefix()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 Typejava.lang.StringGetResourceMessage(java.lang.String resourceName)ResourceManagergetTaskResources()NetObjectInitializeLifetimeService()voidLogCommandLine(java.lang.String commandLine)voidLogCommandLine(MessageImportance importance, java.lang.String commandLine)voidLogCriticalMessage(java.lang.String subcategory, java.lang.String code, java.lang.String helpKeyword, java.lang.String file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, java.lang.String message, NetObject... messageArgs)voidLogError(java.lang.String subcategory, java.lang.String errorCode, java.lang.String helpKeyword, java.lang.String file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, java.lang.String message, NetObject... messageArgs)voidLogError(java.lang.String message, NetObject... messageArgs)voidLogErrorFromException(NetException exception)voidLogErrorFromException(NetException exception, boolean showStackTrace)voidLogErrorFromException(NetException exception, boolean showStackTrace, boolean showDetail, java.lang.String file)voidLogErrorFromResources(java.lang.String subcategoryResourceName, java.lang.String errorCode, java.lang.String helpKeyword, java.lang.String file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, java.lang.String messageResourceName, NetObject... messageArgs)voidLogErrorFromResources(java.lang.String messageResourceName, NetObject... messageArgs)voidLogErrorWithCodeFromResources(java.lang.String subcategoryResourceName, java.lang.String file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, java.lang.String messageResourceName, NetObject... messageArgs)voidLogErrorWithCodeFromResources(java.lang.String messageResourceName, NetObject... messageArgs)voidLogExternalProjectFinished(java.lang.String message, java.lang.String helpKeyword, java.lang.String projectFile, boolean succeeded)voidLogExternalProjectStarted(java.lang.String message, java.lang.String helpKeyword, java.lang.String projectFile, java.lang.String targetNames)voidLogMessage(java.lang.String subcategory, java.lang.String code, java.lang.String helpKeyword, java.lang.String file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, MessageImportance importance, java.lang.String message, NetObject... messageArgs)voidLogMessage(java.lang.String message, NetObject... messageArgs)voidLogMessage(MessageImportance importance, java.lang.String message, NetObject... messageArgs)voidLogMessageFromResources(java.lang.String messageResourceName, NetObject... messageArgs)voidLogMessageFromResources(MessageImportance importance, java.lang.String messageResourceName, NetObject... messageArgs)booleanLogMessageFromText(java.lang.String lineOfText, MessageImportance messageImportance)booleanLogMessagesFromFile(java.lang.String fileName)booleanLogMessagesFromFile(java.lang.String fileName, MessageImportance messageImportance)booleanLogMessagesFromStream(TextReader stream, MessageImportance messageImportance)voidLogWarning(java.lang.String subcategory, java.lang.String warningCode, java.lang.String helpKeyword, java.lang.String file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, java.lang.String message, NetObject... messageArgs)voidLogWarning(java.lang.String message, NetObject... messageArgs)voidLogWarningFromException(NetException exception)voidLogWarningFromException(NetException exception, boolean showStackTrace)voidLogWarningFromResources(java.lang.String subcategoryResourceName, java.lang.String warningCode, java.lang.String helpKeyword, java.lang.String file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, java.lang.String messageResourceName, NetObject... messageArgs)voidLogWarningFromResources(java.lang.String messageResourceName, NetObject... messageArgs)voidLogWarningWithCodeFromResources(java.lang.String subcategoryResourceName, java.lang.String file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, java.lang.String messageResourceName, NetObject... messageArgs)voidLogWarningWithCodeFromResources(java.lang.String messageResourceName, NetObject... messageArgs)voidMarkAsInactive()voidsetHelpKeywordPrefix(java.lang.String HelpKeywordPrefix)voidsetJCOInstance(JCObject instance)voidsetTaskResources(ResourceManager TaskResources)-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: Microsoft.Build.Utilities.v4.0- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.Build.Utilities.TaskLoggingHelper- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TaskLoggingHelper
public TaskLoggingHelper(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
TaskLoggingHelper
public TaskLoggingHelper() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
TaskLoggingHelper
public TaskLoggingHelper(IBuildEngine buildEngine, java.lang.String taskName) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException
-
TaskLoggingHelper
public TaskLoggingHelper(ITask taskInstance) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classMarshalByRefObject- 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 classMarshalByRefObject- 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 classMarshalByRefObject- 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 classMarshalByRefObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classMarshalByRefObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classMarshalByRefObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static TaskLoggingHelper cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoTaskLoggingHelper, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
TaskLoggingHelperinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
LogMessageFromText
public boolean LogMessageFromText(java.lang.String lineOfText, MessageImportance messageImportance) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, OverflowException, RegexMatchTimeoutException, NotSupportedException
-
LogMessagesFromFile
public boolean LogMessagesFromFile(java.lang.String fileName) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, ArgumentException, PathTooLongException, CultureNotFoundException, NullReferenceException, SecurityException, IOException- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionPathTooLongExceptionCultureNotFoundExceptionNullReferenceExceptionSecurityExceptionIOException
-
LogMessagesFromFile
public boolean LogMessagesFromFile(java.lang.String fileName, MessageImportance messageImportance) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException, SecurityException, RegexMatchTimeoutException- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionArgumentExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionSecurityExceptionRegexMatchTimeoutException
-
LogMessagesFromStream
public boolean LogMessagesFromStream(TextReader stream, MessageImportance messageImportance) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, RegexMatchTimeoutException, NotSupportedException
-
InitializeLifetimeService
public NetObject InitializeLifetimeService() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, RemotingException, ObjectDisposedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, IndexOutOfRangeException, NullReferenceException, NotSupportedException, OutOfMemoryException, TypeInitializationException, InvalidOperationException, OverflowException
- Overrides:
InitializeLifetimeServicein classMarshalByRefObject- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionRemotingExceptionObjectDisposedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionOutOfMemoryExceptionTypeInitializationExceptionInvalidOperationExceptionOverflowException
-
ExtractMessageCode
public java.lang.String ExtractMessageCode(java.lang.String message, JCORefOut messageWithoutCodePrefix) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
FormatResourceString
public java.lang.String FormatResourceString(java.lang.String resourceName, NetObject... args) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException
-
FormatString
public java.lang.String FormatString(java.lang.String unformatted, NetObject... args) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
GetResourceMessage
public java.lang.String GetResourceMessage(java.lang.String resourceName) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException
-
LogCommandLine
public void LogCommandLine(MessageImportance importance, java.lang.String commandLine) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
LogCommandLine
public void LogCommandLine(java.lang.String commandLine) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException
-
LogCriticalMessage
public void LogCriticalMessage(java.lang.String subcategory, java.lang.String code, java.lang.String helpKeyword, java.lang.String file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, java.lang.String message, NetObject... messageArgs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
LogError
public void LogError(java.lang.String message, NetObject... messageArgs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException
-
LogError
public void LogError(java.lang.String subcategory, java.lang.String errorCode, java.lang.String helpKeyword, java.lang.String file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, java.lang.String message, NetObject... messageArgs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
LogErrorFromException
public void LogErrorFromException(NetException exception) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, OutOfMemoryException, NotSupportedException, InvalidOperationException
-
LogErrorFromException
public void LogErrorFromException(NetException exception, boolean showStackTrace) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, OutOfMemoryException, SecurityException, NotSupportedException, FormatException
-
LogErrorFromException
public void LogErrorFromException(NetException exception, boolean showStackTrace, boolean showDetail, java.lang.String file) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, NullReferenceException, NotSupportedException, OutOfMemoryException, SecurityException, MissingMethodException, TargetInvocationException, FormatException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionNullReferenceExceptionNotSupportedExceptionOutOfMemoryExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionFormatException
-
LogErrorFromResources
public void LogErrorFromResources(java.lang.String messageResourceName, NetObject... messageArgs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException
-
LogErrorFromResources
public void LogErrorFromResources(java.lang.String subcategoryResourceName, java.lang.String errorCode, java.lang.String helpKeyword, java.lang.String file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, java.lang.String messageResourceName, NetObject... messageArgs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException
-
LogErrorWithCodeFromResources
public void LogErrorWithCodeFromResources(java.lang.String messageResourceName, NetObject... messageArgs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException
-
LogErrorWithCodeFromResources
public void LogErrorWithCodeFromResources(java.lang.String subcategoryResourceName, java.lang.String file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, java.lang.String messageResourceName, NetObject... messageArgs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException
-
LogExternalProjectFinished
public void LogExternalProjectFinished(java.lang.String message, java.lang.String helpKeyword, java.lang.String projectFile, boolean succeeded) throws java.lang.Throwable, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
LogExternalProjectStarted
public void LogExternalProjectStarted(java.lang.String message, java.lang.String helpKeyword, java.lang.String projectFile, java.lang.String targetNames) throws java.lang.Throwable, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
LogMessage
public void LogMessage(MessageImportance importance, java.lang.String message, NetObject... messageArgs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
LogMessage
public void LogMessage(java.lang.String message, NetObject... messageArgs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException
-
LogMessage
public void LogMessage(java.lang.String subcategory, java.lang.String code, java.lang.String helpKeyword, java.lang.String file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, MessageImportance importance, java.lang.String message, NetObject... messageArgs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
LogMessageFromResources
public void LogMessageFromResources(MessageImportance importance, java.lang.String messageResourceName, NetObject... messageArgs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException
-
LogMessageFromResources
public void LogMessageFromResources(java.lang.String messageResourceName, NetObject... messageArgs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException
-
LogWarning
public void LogWarning(java.lang.String message, NetObject... messageArgs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException
-
LogWarning
public void LogWarning(java.lang.String subcategory, java.lang.String warningCode, java.lang.String helpKeyword, java.lang.String file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, java.lang.String message, NetObject... messageArgs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
LogWarningFromException
public void LogWarningFromException(NetException exception) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, SecurityException, NotSupportedException, OutOfMemoryException, FormatException
-
LogWarningFromException
public void LogWarningFromException(NetException exception, boolean showStackTrace) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, SecurityException, NotSupportedException, MissingMethodException, TargetInvocationException, CultureNotFoundException, OutOfMemoryException, FormatException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionSecurityExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionOutOfMemoryExceptionFormatException
-
LogWarningFromResources
public void LogWarningFromResources(java.lang.String messageResourceName, NetObject... messageArgs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException
-
LogWarningFromResources
public void LogWarningFromResources(java.lang.String subcategoryResourceName, java.lang.String warningCode, java.lang.String helpKeyword, java.lang.String file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, java.lang.String messageResourceName, NetObject... messageArgs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException
-
LogWarningWithCodeFromResources
public void LogWarningWithCodeFromResources(java.lang.String messageResourceName, NetObject... messageArgs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException
-
LogWarningWithCodeFromResources
public void LogWarningWithCodeFromResources(java.lang.String subcategoryResourceName, java.lang.String file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, java.lang.String messageResourceName, NetObject... messageArgs) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException
-
MarkAsInactive
public void MarkAsInactive() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionObjectDisposedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
getHasLoggedErrors
public boolean getHasLoggedErrors() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTaskResources
public ResourceManager getTaskResources() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTaskResources
public void setTaskResources(ResourceManager TaskResources) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHelpKeywordPrefix
public java.lang.String getHelpKeywordPrefix() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setHelpKeywordPrefix
public void setHelpKeywordPrefix(java.lang.String HelpKeywordPrefix) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-