2009-07-11 Michael Barker <mike@middlesoft.co.uk>
[mono.git] / mcs / class / dlr / Runtime / Microsoft.Dynamic / System.Dynamic.txt
1 #####################################################################################
2 #
3 #  Copyright (c) Microsoft Corporation. All rights reserved.
4 #
5 # This source code is subject to terms and conditions of the Microsoft Public License. A
6 # copy of the license can be found in the License.html file at the root of this distribution. If
7 # you cannot locate the  Microsoft Public License, please send an email to
8 # dlr@microsoft.com. By using this source code in any fashion, you are agreeing to be bound
9 # by the terms of the Microsoft Public License.
10 #
11 # You must not remove this notice, or any other, from this software.
12 #
13 #
14 #####################################################################################
15
16 InvalidArgumentValue=Invalid argument value
17 ComObjectExpected=COM object is expected.
18 CannotCall=Cannot perform call.
19
20 ## ExceptionType=ArgumentException
21 COMObjectDoesNotSupportEvents=COM object does not support events.
22
23 ## ExceptionType=ArgumentException
24 COMObjectDoesNotSupportSourceInterface=COM object does not support specified source interface.
25
26 ## ExceptionType=InvalidOperationException
27 SetComObjectDataFailed=Marshal.SetComObjectData failed.
28
29 ## ExceptionType=InvalidOperationException
30 MethodShouldNotBeCalled=This method exists only to keep the compiler happy.
31
32 ## ExceptionType=InvalidOperationException
33 UnexpectedVarEnum=Unexpected VarEnum {0}.
34
35 ## ExceptionType=System.Reflection.TargetParameterCountException
36 DispBadParamCount=Error while invoking {0}.
37
38 ## ExceptionType=MissingMemberException
39 DispMemberNotFound=Error while invoking {0}.
40
41 ## ExceptionType=ArgumentException
42 DispNoNamedArgs=Error while invoking {0}. Named arguments are not supported.
43
44 ## ExceptionType=OverflowException
45 DispOverflow=Error while invoking {0}.
46
47 ## ExceptionType=ArgumentException
48 DispTypeMismatch=Could not convert argument {0} for call to {1}.
49
50 ## ExceptionType=ArgumentException
51 DispParamNotOptional=Error while invoking {0}. A required parameter was omitted.
52
53 ## ExceptionType=InvalidOperationException
54 CannotRetrieveTypeInformation=ResolveComReference.CannotRetrieveTypeInformation.
55
56 ## ExceptionType=ArgumentException
57 GetIDsOfNamesInvalid=IDispatch::GetIDsOfNames behaved unexpectedly for {0}.
58
59 ## ExceptionType=InvalidOperationException
60 UnsupportedEnumType=Attempting to wrap an unsupported enum type.
61
62 ## ExceptionType=InvalidOperationException
63 UnsupportedHandlerType=Attempting to pass an event handler of an unsupported type.
64
65 ## ExceptionType=MissingMemberException
66 CouldNotGetDispId=Could not get dispatch ID for {0} (error: {1}).
67
68 ## ExceptionType=System.Reflection.AmbiguousMatchException
69 AmbiguousConversion=There are valid conversions from {0} to {1}.
70
71 ## ExceptionType=NotImplementedException
72 VariantGetAccessorNYI=Variant.GetAccessor cannot handle {0}.