Artemis.Engine.Graphics.CameraException.CameraException C# (CSharp) Method

CameraException() public method

public CameraException ( ) : System
return System
        public CameraException()
            : base()
        {
        }

Same methods

CameraException::CameraException ( SerializationInfo info, StreamingContext context ) : System
CameraException::CameraException ( string msg ) : System
CameraException::CameraException ( string msg, Exception inner ) : System
CameraException