exception.txt
来自「没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没」· 文本 代码 · 共 111 行
TXT
111 行
## Exception.txt - Resources for exception messages.## Copyright (C) 2001 Southern Storm Software, Pty Ltd.## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA#Exception_WasThrown={0} was thrownException_System=There was an error in the systemException_InvalidCast=Could not cast to the specified typeException_Overflow=Overflow occurredException_Arithmetic=The arithmetic operation is not allowedException_Argument=An invalid argument was specifiedException_ArgParamName=Parameter name: {0}Exception_InvalidOperation=An invalid operation occurredException_Format=The supplied value did not have the correct formatException_NoSystemDir=This platform does not have a "System" directoryException_NoCmdLine=This platform does not support command-line argumentsException_NotSupported=The requested feature is not supportedException_ComTypeLoad=[Assembly {0}] Type {1} cannot be created through COMException_TypeLoad=Could not load the specified typeException_AppDomainUnloaded=The application domain has been unloadedException_Application=An application exception has occurredException_NotImplemented=The requested functionality is not implementedException_Rank=Incorrect array rank specifiedException_ArrayTypeMismatch=Source array type cannot be assigned to destination array typeException_IO=Input or output failureException_FileNotFound=Could not find the specified fileException_FileLoad=Could not load the specified fileException_DirNotFound=Could not find the specified directoryException_BadImage=Format of the executable or library is invalidException_Filename=Filename: {0}Exception_CannotUnloadAD=Attempt to unload the AppDomain failedException_DivZero=Attempted to divide by zeroException_DuplicateWait=Duplicate objects in argumentException_EntryPoint=Entry point was not foundException_Engine=Internal error occurredException_MemberAccess=Cannot access memberException_FieldAccess=Attempted to access a private or protected field within a typeException_MethodAccess=Cannot access methodAttempted to access a private or protected method within a typeException_Index=An array index was out of rangeException_InvalidProgram=Metadata is incorrectException_MemberMissing=Attempted to access a non-existing memberException_FieldMissing=Attempted to access a non-existing fieldException_MethodMissing=Attempted to access a non-existing methodException_NoMulticast=This operation cannot be performed with the specified delegatesException_NotFinite=The number encountered was not a finite quantityException_NullRef=The value 'null' was found where an instance of an object was requiredException_NoMemory=There was not enough memory to continue the execution of the programException_StackOverflow=The requested operation caused a stack overflowException_TypeInit=Type initialization failedException_TypeInitName=Type initialization failed for {0}Exception_TypeUnload=Type has been unloadedException_Unauthorized=Attempted to perform an unauthorized operationException_HiddenBuffer=The buffer cannot be retrieved for this instanceException_AmbiguousMatch=Ambiguous match foundException_Target=Instance method cannot be invoked on a null targetException_TargetInvoke=Exception has been thrown by the target of an invocationException_TargetParam=Parameter count mismatchException_MissingManRes=Missing manifest resourceException_SyncLock=Synchronization method was invoked from an unsynchronized block of codeException_ThreadState=The requested operation cannot be performed on the thread due to its current stateException_ThreadInterrupt=The thread has been interruptedException_ThreadAbort=The thread has been abortedException_ThreadsNotSupported=The runtime doesn't support threadsException_ThreadNeedsLock=The current thread does not own the lock for the specified objectException_ThreadAlreadyStarted=The thread has already startedException_EndOfStream=Attempted to read past the end of the streamException_PathTooLong=The supplied path is too longException_Security=A security violation has occurredException_SecurityNotGranted=The calling code was not granted the requested permissionsException_PermitOnly=There is already a PermitOnly clause in effectException_Remoting=A failure occurred during a remoting operationException_RemotingTimeout=A timeout occurred during a remoting operationException_Server=A server failure occurred during a remoting operationException_Verification=Could not verify the codeException_Serialization=An error occurred during serialization operationsException_XmlSyntax=Syntax error in XML dataException_XmlSyntaxLine=line {0}: Syntax error in XML dataException_XmlSyntaxLineMsg=line {0}: Syntax error in XML data: {1}Exception_COM=A COM exception occurredException_InvalidComObject=Invalid COM object encounteredException_InvalidOleType=Invalid OLE variant typeException_MarshalDirective=Invalid marshalling directive encounteredException_SafeArrayRank=Ranks of safe arrays do not matchException_SafeArrayType=Types of safe arrays do not matchException_SEH=Problem with structured exception handlingException_Filter=Invalid filter criteriaException_FilterAttribute=Invalid attribute filter criteriaException_FilterName=Invalid name filter criteriaException_Platform=The requested operation is not supported on this platformException_ContextMarshal=Marshalling across a context boundary failedException_CustomAttrFormat=Invalid binary format for custom attributeException_ReflectionTypeLoad=Multiple type load failures occurredException_DllNotFound=A required DLL file was not foundException_IsolatedStorage=An error occurred while processing isolated storageException_Policy=The security policy forbids the requested operationException_UnexpectedEngineState=The execution engine encoutered a serious problem
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?