FileProviderErrorUtilsToNSError Method (Int32, String) |
IT Hit User File System
Namespace:
ITHit.FileSystem.Mac
Assembly:
ITHit.FileSystem.Mac (in ITHit.FileSystem.Mac.dll) Version: 1.0.8837.18647
Syntax public static NSError ToNSError(
int code,
string message
)
Public Shared Function ToNSError (
code As Integer,
message As String
) As NSError
public:
static NSError^ ToNSError(
int code,
String^ message
)
static member ToNSError :
code : int *
message : string -> NSError
Parameters
- code
- Type: SystemInt32
- message
- Type: SystemString
Return Value
Type:
NSErrorSee Also