C# Class UnityEngine.UnityException

Inheritance: SystemException, ISerializable, _Exception
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
UnityException ( ) : System
UnityException ( string message ) : System
UnityException ( string message, Exception innerException ) : System

Protected Methods

Method Description
UnityException ( SerializationInfo info, StreamingContext context ) : System

Method Details

UnityException() public method

public UnityException ( ) : System
return System

UnityException() protected method

protected UnityException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

UnityException() public method

public UnityException ( string message ) : System
message string
return System

UnityException() public method

public UnityException ( string message, Exception innerException ) : System
message string
innerException Exception
return System