UnityEngine.UnityException.UnityException C# (CSharp) Method

UnityException() public method

public UnityException ( string message ) : System
message string
return System
        public UnityException(string message) : base(message)
        {
            base.HResult = -2147467261;
        }

Same methods

UnityException::UnityException ( ) : System
UnityException::UnityException ( SerializationInfo info, StreamingContext context ) : System
UnityException::UnityException ( string message, Exception innerException ) : System
UnityException