You've already forked linux-packaging-mono
Imported Upstream version 5.0.0.42
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
This commit is contained in:
parent
1190d13a04
commit
6bdd276d05
13
mcs/class/Facades/System.Threading.Overlapped/corefx/SR.cs
Normal file
13
mcs/class/Facades/System.Threading.Overlapped/corefx/SR.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// This file was generated by resx2sr tool
|
||||
//
|
||||
|
||||
partial class SR
|
||||
{
|
||||
public const string Argument_AlreadyBoundOrSyncHandle = "'handle' has already been bound to the thread pool, or was not opened for asynchronous I/O.";
|
||||
public const string Argument_InvalidHandle = "'handle' has been disposed or is an invalid handle.";
|
||||
public const string Argument_NativeOverlappedAlreadyFree = "'overlapped' has already been freed.";
|
||||
public const string Argument_NativeOverlappedWrongBoundHandle = "'overlapped' was not allocated by this ThreadPoolBoundHandle instance.";
|
||||
public const string Argument_PreAllocatedAlreadyAllocated = "'preAllocated' is already in use.";
|
||||
public const string InvalidOperation_NativeOverlappedReused = "NativeOverlapped cannot be reused for multiple operations.";
|
||||
}
|
||||
Reference in New Issue
Block a user