Method | Description | |
---|---|---|
CannotConvertTypeToTargetType ( RubyContext context, object param, string toType ) : |
||
CreateAllocatorUndefinedError ( |
||
CreateArgumentError ( |
||
CreateArgumentError ( |
||
CreateArgumentError ( |
||
CreateArgumentError ( string message ) : |
||
CreateEBADF ( ) : |
||
CreateEEXIST ( ) : |
||
CreateEEXIST ( |
||
CreateEEXIST ( string message ) : |
||
CreateEINVAL ( ) : |
||
CreateEINVAL ( |
||
CreateEINVAL ( string message ) : |
||
CreateENOENT ( ) : |
||
CreateENOENT ( |
||
CreateENOENT ( string message ) : |
||
CreateEncodingCompatibilityError ( IronRuby.Builtins.RubyEncoding encoding1, IronRuby.Builtins.RubyEncoding encoding2 ) : |
||
CreateIOError ( string message ) : |
||
CreateIndexError ( string message ) : |
||
CreateLoadError ( |
||
CreateLoadError ( string message ) : |
||
CreateLocalJumpError ( string message ) : |
||
CreateMethodMissing ( RubyContext context, object self, string name ) : |
||
CreateMissingDefaultConstructorError ( |
||
CreateNameError ( string message ) : |
||
CreateNotClrTypeError ( |
||
CreateNotImplementedError ( string message ) : |
||
CreateObjectFrozenError ( ) : |
||
CreatePrivateMethodCalled ( RubyContext context, object self, string name ) : |
||
CreateProtectedMethodCalled ( RubyContext context, object self, string name ) : |
||
CreateRangeError ( string message ) : |
||
CreateRangeError ( string paramName, string message ) : |
||
CreateReturnTypeError ( string className, string methodName, string returnTypeName ) : |
||
CreateRuntimeError ( string message ) : |
||
CreateSecurityError ( string message ) : |
||
CreateSystemCallError ( string message ) : |
||
CreateTypeConversionError ( string fromType, string toType ) : |
||
CreateTypeError ( |
||
CreateTypeError ( string message ) : |
||
CreateUndefinedMethodError ( |
||
CreateUnexpectedTypeError ( RubyContext context, object param, string type ) : |
||
FormatMessage ( string message ) : string | ||
FormatMethodMissingMessage ( RubyContext context, object self, string name ) : string | ||
InvalidValueForType ( RubyContext context, object obj, string type ) : |
||
MakeCoercionError ( RubyContext context, object self, object other ) : |
||
MakeComparisonError ( RubyContext context, object self, object other ) : |
||
MakeMessage ( MutableString &message, string baseMessage ) : string | ||
MakeMessage ( string message, string baseMessage ) : string | ||
NoBlockGiven ( ) : |
Method | Description | |
---|---|---|
CreateMethodMissing ( string message ) : |
||
FormatMethodMissingMessage ( RubyContext context, object obj, string name, string message ) : string |
public static CannotConvertTypeToTargetType ( RubyContext context, object param, string toType ) : |
||
context | RubyContext | |
param | object | |
toType | string | |
return |
public static CreateAllocatorUndefinedError ( |
||
rubyClass | ||
return |
public static CreateArgumentError ( |
||
e | ||
encoding | IronRuby.Builtins.RubyEncoding | |
return |
public static CreateArgumentError ( |
||
e | ||
encoding | IronRuby.Builtins.RubyEncoding | |
return |
public static CreateArgumentError ( |
||
innerException | ||
message | string | |
return |
public static CreateArgumentError ( string message ) : |
||
message | string | |
return |
public static CreateEBADF ( ) : |
||
return |
public static CreateEEXIST ( ) : |
||
return |
public static CreateEEXIST ( |
||
inner | ||
message | string | |
return |
public static CreateEEXIST ( string message ) : |
||
message | string | |
return |
public static CreateEINVAL ( ) : |
||
return |
public static CreateEINVAL ( |
||
inner | ||
message | string | |
return |
public static CreateEINVAL ( string message ) : |
||
message | string | |
return |
public static CreateENOENT ( ) : |
||
return |
public static CreateENOENT ( |
||
inner | ||
message | string | |
return |
public static CreateENOENT ( string message ) : |
||
message | string | |
return |
public static CreateEncodingCompatibilityError ( IronRuby.Builtins.RubyEncoding encoding1, IronRuby.Builtins.RubyEncoding encoding2 ) : |
||
encoding1 | IronRuby.Builtins.RubyEncoding | |
encoding2 | IronRuby.Builtins.RubyEncoding | |
return |
public static CreateIOError ( string message ) : |
||
message | string | |
return |
public static CreateIndexError ( string message ) : |
||
message | string | |
return |
public static CreateLoadError ( |
||
innerException | ||
return |
public static CreateLoadError ( string message ) : |
||
message | string | |
return |
public static CreateLocalJumpError ( string message ) : |
||
message | string | |
return |
public static CreateMethodMissing ( RubyContext context, object self, string name ) : |
||
context | RubyContext | |
self | object | |
name | string | |
return |
public static CreateMissingDefaultConstructorError ( |
||
rubyClass | ||
initializerOwnerName | string | |
return |
public static CreateNameError ( string message ) : |
||
message | string | |
return |
public static CreateNotClrTypeError ( |
||
rubyClass | ||
return |
public static CreateNotImplementedError ( string message ) : |
||
message | string | |
return |
public static CreateObjectFrozenError ( ) : |
||
return |
public static CreatePrivateMethodCalled ( RubyContext context, object self, string name ) : |
||
context | RubyContext | |
self | object | |
name | string | |
return |
public static CreateProtectedMethodCalled ( RubyContext context, object self, string name ) : |
||
context | RubyContext | |
self | object | |
name | string | |
return |
public static CreateRangeError ( string message ) : |
||
message | string | |
return |
public static CreateRangeError ( string paramName, string message ) : |
||
paramName | string | |
message | string | |
return |
public static CreateReturnTypeError ( string className, string methodName, string returnTypeName ) : |
||
className | string | |
methodName | string | |
returnTypeName | string | |
return |
public static CreateRuntimeError ( string message ) : |
||
message | string | |
return |
public static CreateSecurityError ( string message ) : |
||
message | string | |
return |
public static CreateSystemCallError ( string message ) : |
||
message | string | |
return |
public static CreateTypeConversionError ( string fromType, string toType ) : |
||
fromType | string | |
toType | string | |
return |
public static CreateTypeError ( |
||
innerException | ||
message | string | |
return |
public static CreateTypeError ( string message ) : |
||
message | string | |
return |
public static CreateUndefinedMethodError ( |
||
module | ||
methodName | string | |
return |
public static CreateUnexpectedTypeError ( RubyContext context, object param, string type ) : |
||
context | RubyContext | |
param | object | |
type | string | |
return |
public static FormatMessage ( string message ) : string | ||
message | string | |
return | string |
public static FormatMethodMissingMessage ( RubyContext context, object self, string name ) : string | ||
context | RubyContext | |
self | object | |
name | string | |
return | string |
public static InvalidValueForType ( RubyContext context, object obj, string type ) : |
||
context | RubyContext | |
obj | object | |
type | string | |
return |
public static MakeCoercionError ( RubyContext context, object self, object other ) : |
||
context | RubyContext | |
self | object | |
other | object | |
return |
public static MakeComparisonError ( RubyContext context, object self, object other ) : |
||
context | RubyContext | |
self | object | |
other | object | |
return |
public static MakeMessage ( MutableString &message, string baseMessage ) : string | ||
message | MutableString | |
baseMessage | string | |
return | string |
public static MakeMessage ( string message, string baseMessage ) : string | ||
message | string | |
baseMessage | string | |
return | string |
public static NoBlockGiven ( ) : |
||
return |