AssetBundleGraph.NodeException.NodeException C# (CSharp) Method

NodeException() public method

public NodeException ( string reason, string nodeId ) : System
reason string
nodeId string
return System
        public NodeException(string reason, string nodeId)
        {
            this.reason = reason;
            this.Id = nodeId;
        }
NodeException